文件名称:pixel-to-ansi:ImageData到AnsiBackgroundColor
文件大小:5KB
文件格式:ZIP
更新时间:2024-06-20 18:30:33
CoffeeScript
像素到ansi ImageData到AnsiBackgroundColor 安装 $ npm install pixel pixel-to-ansi --save 应用程序接口 ansi.convert(ImageData) -> ansiBgString var pixel = require ( 'pixel' ) ; var ansi = require ( 'pixel-to-ansi' ) ; pixel . parse ( 'http://cdn.rawgit.com/59naga/fixture-images/master/still.PNG' ) . then ( function ( ImageData ) { console . log ( ansi . convert ( ImageData ) ) ; } ) ; 变成: 相关项目 像素到ansi 执照
【文件预览】:
pixel-to-ansi-master
----.travis.yml(2KB)
----package.json(1KB)
----test()
--------api.spec.coffee(2KB)
----src()
--------coordinate.coffee(856B)
--------index.coffee(1KB)
----README.md(1KB)
----index.coffee(113B)