pixel sort:使用node.js创建像素图的库 源码
像素排序 是一个用于使用node.js创建像素图的库。 目录 安装 yarn add pixel-sort 例子 输入值 const { Sorter } = require ( 'pixel-sort' ) ; const sorter = new Sorter ( ) ; ( async ( ) => { // load an image await sorter . load ( './input.png' ) ; // apply some filters await sorter . lightsort ( { direction : 'LTR' } ) ; //
文件列表
pixel-sort-master.zip
(预估有个16文件)
pixel-sort-master
package.json
2KB
test
colorsort.js
224B
data
example.jpg
146KB
example-2.jpg
128KB
example.png
695KB
output
colorsort.jpg
449KB
暂无评论