Skip to content

krtr/SpriteGL

Repository files navigation

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.

About

Simple library for displaying sprites

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published