文件名称:psdw:简单的 javascript photoshop 文档(psd)编写器
文件大小:5KB
文件格式:ZIP
更新时间:2024-07-25 13:18:29
JavaScript
psdw 简单的 javascript psd 编写器 用法 var psdBlob = psdw ( { width /* required */ : 1 , // pixel unit height /* required */ : 1 , // pixel unit flattenedImageData /* required */ : new Uint8ClampedArray ( [ 0 , 0 , 0 , 0 ] ) , layers : [ { // bottom layer (background) name /* required */ : 'psdw layer' , imageData /* required */ : new Uint8ClampedArray ( [
【文件预览】:
psdw-master
----psdw.js(14KB)
----LICENSE(1KB)
----README.md(1KB)