Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nakasyou/reisenjs
JavaScript simple pointer engine.
https://github.com/nakasyou/reisenjs
Last synced: 3 days ago
JSON representation
JavaScript simple pointer engine.
- Host: GitHub
- URL: https://github.com/nakasyou/reisenjs
- Owner: nakasyou
- License: mit
- Created: 2023-01-15T04:58:58.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-05T03:25:19.000Z (over 1 year ago)
- Last Synced: 2024-10-11T17:44:07.712Z (27 days ago)
- Language: JavaScript
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ReisenJS
![ReisenJS logo](https://raw.githubusercontent.com/nakasyou/ReisenJS/main/assets/ReisenJS.svg)
JavaScript simple pointer engine.
## How do I use it?
```js
const reisen = new Reisen(document.getElementById("canvas"));
```