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/SpriteGLTo execute demo app you have to install dependencies and run start script.
# Installs library dependencies.
npm install
# Bundle and starts demo app.
npm run startDemo app will be at http://localhost:1234.