I imported the package as instructed in the README.md file, ```js import * as ImGui from 'imgui-js'; ``` but it gives the following error: ``` Cannot find module 'imgui-js' or its corresponding type declarations. ts(2307) ```
I imported the package as instructed in the README.md file,
but it gives the following error: