We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
athena 的雪碧图片能否扩展一下或是出些新的API。目前有两个场景用不了:js(canvas)的素材雪碧图; css中非background的雪碧图(专指mask)
The text was updated successfully, but these errors were encountered:
将提供纯粹雪碧图生成api以解决此问题
var sprite = generateSprite(['img1.png', 'img2.png', 'img3.png']) /** * sprite => * [{ name: 'img1.png', size: { width: 200, height: 100 }, position: { x: 10, y: 20 } }...] **/
Sorry, something went wrong.
panxinwu
No branches or pull requests
athena 的雪碧图片能否扩展一下或是出些新的API。目前有两个场景用不了:js(canvas)的素材雪碧图; css中非background的雪碧图(专指mask)
The text was updated successfully, but these errors were encountered: