Get Started
Installation
RGE.js is available to install via npm
and the jsdelivr
cdn.
NPM Install
npm install rge.js@latest
CDN Install
<script type="module">
import * as rgejs from "https://cdn.jsdelivr.net/npm/rge.js@latest/index.js"
window.rgejs = rgejs;
</script>
Compatibility
RGE.js is compatible with most frameworks, and all browsers which support the canvas
element.
Framework | Compatible? |
---|---|
HTML, CSS, JS | ✅ |
ReactJS | ✅ |
NextJS (CSR Components) | ✅ |
NextJS (SSR Components) | ❌ |
VueJS | Untested |
Svelte/SvelteKit | Untested |
AngularJS | Untested |