smoke.js
smoke.js copied to clipboard
Missing Declaration Type
Hi,
I'm trying to import smoke.js in an angular project.
I used yarn to install, and when I do the import :
import SmokeMachine from '@bijection/smoke'
I get this error :
Could not find a declaration file for module '@bijection/smoke'
Any idea of how this error could be fixed?
Thanks for reading me.