Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 474 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 474 Bytes

SpriteGL

Simple library for displaying sprites.

Installation

Install from GitHub.

npm install --save https://github.com/krtr/SpriteGL

# For Yarn use the command below.
yarn add https://github.com/krtr/SpriteGL

Running demo app

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.