sprites icon indicating copy to clipboard operation
sprites copied to clipboard

Sprites - A Simple JavaScript Library to handle Sprites on HTML Canvas

Results 4 sprites issues
Sort by recently updated
recently updated
newest added

It would be very good to be able to preset animations like this: ``` // Make a preset sprite.set([[1, 1], [1, 2], [1, 3]], 'charRun'); // Run the sprite sprite.charRun();...

enhancement