节点素描::gem_stone:用于处理草图文件的Javascript库 源码
:gem_stone: 节点素描 Javascript库来操作草图文件 安装 npm install node-sketch 例: const ns = require ( 'node-sketch' ) ; async function run ( ) { const sketch = await ns . read ( __dirname + '/design.sketch' ) ; //Search the symbol named 'button' const buttonSymbol = sketch . symbolsPage . get ( 'symbo
文件列表
node-sketch-master.zip
(预估有个38文件)
node-sketch-master
.gitignore
75B
package.json
1KB
src
Style.js
2KB
FileReference.js
2KB
Node.js
11KB
Sketch.js
6KB
SymbolInstance.js
1KB
.travis.yml
53B
暂无评论