文件名称:yafilter:(WIP)另一个图像过滤器(使用Web Workers处理图像)
文件大小:205KB
文件格式:ZIP
更新时间:2024-05-22 12:35:02
web-worker manipulation image-filters JavaScript
yafilter 另一个图像过滤器 入门 安装 全局安装: npm install -g bower gulp browser-sync 设置路径(例如cd C:\xampp\htdocs\jojoee.com\yafilter ) 安装依赖项: bower install && npm install 笔记 代码风格: 像素运算(例如add , average )必须在Util类中处理 去做 单元测试 修复-测试脚本 实施模板引擎 优化逻辑 无法处理大图像 重构 实现Promise 修复-无法从原始图像更改结果图像尺寸 堆栈:Javascript 帆布 图像处理/操纵 网络工作者 模板引擎 兼容于 最新的Chrome 为什么选择网络工作者 perform processor-intensive calculations without blocking UI
【文件预览】:
yafilter-master
----css()
--------style.css.map(2KB)
--------style.css(826B)
--------.gitkeep(0B)
----.jsbeautifyrc(649B)
----package.json(946B)
----image()
--------running-shoes.png(26KB)
--------baby.png(41KB)
--------cow.jpg(8KB)
--------people.png(86KB)
----test()
--------script.spec.js(240B)
----gulpfile.js(2KB)
----.bowerrc(61B)
----index.html(12KB)
----js()
--------script.js(26KB)
----.gitignore(52B)
----sass()
--------style.scss(838B)
----README.md(2KB)
----yarn.lock(105KB)
----bower.json(469B)