react-spritesheet icon indicating copy to clipboard operation
react-spritesheet copied to clipboard

Spritesheets for React

Results 4 react-spritesheet issues
Sort by recently updated
recently updated
newest added

I would to move this sprite image from left to right ? please provide for any options that I can use or any other possibilites ?

I would like to add a spritesheet and be able to scale it as an HTML ``````. The current version creates a `````` with the image data as a CSS...

When increasing the size of a Sprite through the props, it only increases the height and width of a container, but doesn't scale up the size of the background image,...

In AnimatedSpriteSheet, Add calculation for y coordinate. ``` render(){ const spriteData = { ... y: [calculation for y offset], }; } ```