UNPKG

artistic-engine

Version:

General purpose html5 canvas rendering game engine

8 lines (7 loc) 365 B
import IDrawable from "./idrawable"; import Sprite from "./sprite"; import { Shape, Rectangle, Ellipse } from "./shapes"; import TextureSprite from "./texture_sprite"; import TextSprite from "./text_sprite"; import { BlankScene, Scene } from "./scenes"; export { Sprite, IDrawable, Shape, Rectangle, Ellipse, TextureSprite, TextSprite, Scene, BlankScene, };