7PH / react-powerglitch

Tiny React library to glitch anything on the web
https://7ph.github.io/powerglitch/#/
MIT License
83 stars 3 forks source link

No type declarations in NPM package #5

Closed SY573M404 closed 1 year ago

SY573M404 commented 1 year ago

There's no type declarations in v1.0.1 package published a week ago. There was types/ directory in v1.0.0, and there isn't in v1.0.1. Therefore, I am unable to use it in TypeScript project

7PH commented 1 year ago

That's correct, thank you for notifying me, I'm pushing a fix now

7PH commented 1 year ago

Hey @SY573M404 , that's deployed to npm, you can install v1.0.2 which has the types declarations. Thanks again 👍