folz/hydra-ts

documentation suggests incorrect import style for regl

Closed this issue · 0 comments

In the documentation regl is imported as "import REGL from 'regl'" but its documentation states that it should be imported with the CommonJS syntax: "const REGL = require('regl')"