UNPKG

aseprite-atlas

Version:

Aseprite sprite atlas parser and animator for browser and Node.js.

19 lines (18 loc) 430 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>aseprite-atlas demo</title> <style> canvas { /* Use nearest-neighbor scaling to prevent blurriness. */ image-rendering: pixelated; } </style> </head> <body> <canvas width="512" height="512"></canvas> <script src="/dist/index.js"></script> <script src="/demo/index.js"></script> </body> </html>