1.1.0 • Published 2 years ago

@ali1416/snk v1.1.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

GitHub Contribution Graph Animation GitHub贡献图动画

License Node Support NPM Tag Repo Size

Node CI

简介

本项目参考了Platane/snk,只保留了SVG图片,并对处理逻辑进行了大量优化,构建后snk.min.js文件仅7kb

在线示例

依赖导入

网页

https://unpkg.com/@ali1416/snk@1.1.0/dist/snk.min.js

node

npm install @ali1416/snk@1.1.0

方法和参数

参数名中文名类型默认值
userName用户名string(无)
type主题模式number0
yearstring(一年前)

主题模式 type

主题模式备注
0混合返回字符串
1返回字符串
2返回字符串
3混合,亮,暗返回字符串数组

使用示例

// node test-js.js
const fs = require('fs')

const snk = require('../dist/snk.js')
snk('ali1416', 3).then((res) => {
  fs.writeFileSync('E:/snk.svg', res[0])
  fs.writeFileSync('E:/snk.light.svg', res[1])
  fs.writeFileSync('E:/snk.dark.svg', res[2])
})

更多请见测试

更新日志

点击查看

参考

关于

1.1.0

2 years ago

1.0.0

2 years ago