文件名称:get-arrows:获取unicode箭头
文件大小:4KB
文件格式:ZIP
更新时间:2024-05-28 08:10:00
JavaScript
箭头
获取一组unicode箭头。
安装
$ npm install --save get-arrows
用法
var getArrows = require ( 'get-arrows' ) ;
var arrows = getArrows ( {
direction : 'n' ,
amount : 5
} ) ;
console . log ( arrows ) ;
//=> ['⇑', '⇈', '⇮', '↾', '⇧']
命令行界面
$ npm install --g get-arrows
$ get-arrows --help
Usage
$ get-arrows
【文件预览】:
get-arrows-master
----.travis.yml(60B)
----index.js(923B)
----test.js(201B)
----package.json(884B)
----readme.md(818B)
----license(1KB)
----.gitignore(13B)
----.editorconfig(231B)
----.gitattributes(12B)
----cli.js(1KB)