文件名称:procreate-swatches:读取和创建 Procreate .swatches 文件
文件大小:44KB
文件格式:ZIP
更新时间:2024-06-18 11:06:51
JavaScript
生育色板 读取并创建.swatches调色板文件。 用法 npm install procreate-swatches import { readSwatchesFile , createSwatchesFile } from 'procreate-swatches' ; // Node.js import { promises as fs } from 'fs' ; ( async ( ) => { const data = await fs . readFile ( 'path/to/palette.swatches' ) ; const swatches = readSwatchesFile ( data ) ; } ) ( ) ; // Browser ( async ( ) => { const response = await fetch ( 'path/to/
【文件预览】:
procreate-swatches-main
----.gitattributes(66B)
----src()
--------helpers.js(76B)
--------index.js(2KB)
----.npmignore(8B)
----LICENSE(1KB)
----test()
--------index.test.js(3KB)
--------sample()
----README.md(4KB)
----.gitignore(21B)
----package-lock.json(109KB)
----package.json(714B)