Simple library for displaying sprites.
Install from GitHub.
npm install --save https://github.com/krtr/SpriteGL
# For Yarn use the command below.
yarn add https://github.com/krtr/SpriteGL
To execute demo app you have to install dependencies and run start
script.
# Installs library dependencies.
npm install
# Bundle and starts demo app.
npm run start
Demo app will be at http://localhost:1234.