メインコンテンツまでスキップ

Installation

npm i glre

or

yarn add glre

Install from CDN or static hosting

<script type="module">
import { createGL } from 'https://esm.sh/glre'
import { vec4, uv } from 'https://esm.sh/glre/node'
createGL({ fs: vec4(uv, 0, 1) }).mount()
</script>