documentation suggests incorrect import style for regl
Closed this issue · 0 comments
joanofxyz commented
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')"