https://github.com/repcomm/togl
oframe/ogl with less opinion and more types
https://github.com/repcomm/togl
Last synced: 10 months ago
JSON representation
oframe/ogl with less opinion and more types
- Host: GitHub
- URL: https://github.com/repcomm/togl
- Owner: RepComm
- Created: 2022-07-11T20:01:39.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-12T21:40:20.000Z (over 3 years ago)
- Last Synced: 2025-01-28T08:50:04.852Z (12 months ago)
- Language: TypeScript
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# togl - typescript ogl
I wanted to use [oframe/ogl](https://github.com/oframe/ogl), but the setup is opinionated enough that I had to refactor to use with my es-module-shims ts setup for using import maps with browser / node_modules. I went ahead and converted it to typescript as well.
## install
```ts
npm i @repcomm/togl
```