文件名称:pixel-sort:使用node.js创建像素图的库
文件大小:1.71MB
文件格式:ZIP
更新时间:2024-02-26 10:43:42
sorting typescript pixel-art glitch-art pixel-sorting
像素排序 是一个用于使用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
----package.json(2KB)
----test()
--------colorsort.js(224B)
--------data()
--------output()
--------lightsort.js(673B)
----yarn-error.log(2KB)
----LICENSE(1KB)
----src()
--------index.ts(7KB)
----.npmignore(59B)
----tsconfig.json(485B)
----.gitignore(16B)
----README.md(2KB)
----yarn.lock(75KB)