JavaScript的GIF动画生成gif.js.zip
gif.js是一个可直接在浏览器上运行的JavaScriptGIF编码器。支持的浏览器包括:GoogleChromeFirefox17Safari6InternetExplorer10MobileSafariiOS6使用方法:var gif = new GIF({workers: 2,quality: 10});// add an image elementgif.addFrame(imageElement);// or a canvas elementgif.addFrame(canvasElement, {delay: 200});// or copy the pixels from a
用户评论