UNPKG

luna-manager

Version:
11 lines (8 loc) 295 B
# Luna-manager Repository for luna-manager npm package Luna is a simple 2D game engine, check it out here: https://github.com/XyronLabs/Luna ## Usage ```javascript const LunaManager = require('luna-manager').LunaManager; LunaManager.newProject(); // To create a new Luna project ```