I have installed html-gl via npm but whenever I try to use it in my typescript files I get the following error: Cannot find module html-gl
I imported the module as follows: import * as HTML_GL from 'html-gl';
Am I doing something wrong? If I check my node_modules folder the html-gl folder is in there.