完美写意:画出完美的写意线

时间:2024-03-23 23:17:41
【文件属性】:

文件名称:完美写意:画出完美的写意线

文件大小:293KB

文件格式:ZIP

更新时间:2024-03-23 23:17:41

TypeScript

完美写意 完美写意是一个通过创建写意路径的。 :link: 安装 npm install perfect-freehand 或者 yarn add perfect-freehand 用法 该库导出默认函数getPath ,该函数接受点数组和(可选)options对象,并返回笔划的SVG路径数据。 点的阵列可以是表示点的x,y数对的阵列,和(任选地)压力...... import getPath from 'perfect-freehand' const path = getPath ( [ [ 0 , 0 ] , [ 10 , 5 ] , [ 20 , 8 ] , ] ) const path = getPath ( [ [ 0 , 0 , 0 ] , [ 10 , 5 , 0.5 ] , [ 20 , 8 , 0.3 ] , ] ) ...或具有x , y和(可选


【文件预览】:
perfect-freehand-main
----.gitattributes(66B)
----yarn.lock(370KB)
----src()
--------index.ts(9KB)
----example()
--------pages()
--------types.ts(613B)
--------public()
--------yarn.lock(104KB)
--------next-env.d.ts(75B)
--------styles()
--------components()
--------tsconfig.json(611B)
--------README.md(35B)
--------hooks()
--------.gitignore(386B)
--------package.json(591B)
--------state.ts(9KB)
----tsconfig.json(1KB)
----LICENSE(1KB)
----test()
--------index.test.ts(258B)
----screenshot.png(89KB)
----README.md(4KB)
----.gitignore(52B)
----workflows()
--------size.yml(258B)
--------main.yml(732B)
----CHANGELOG.md(1KB)
----package.json(1KB)

网友评论