An open API service indexing awesome lists of open source software.

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

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
```