UNPKG

onsight

Version:

Interactive, easy to use JavaScript game framework.

11 lines (9 loc) 321 B
/** * @description Onsight * @about Interactive, easy to use JavaScript game framework. * @author Written by Stephens Nunnally <@stevinz> * @license MIT - Copyright (c) 2024 Stephens Nunnally * @source https://github.com/onsightengine */ export * from './Core.js'; export * from './Extras.js';