Paddle.js
Paddle.js copied to clipboard
ts 引入会报错 Could not find a declaration file for module xxx
以ocr为例,ts 引入会报错
Could not find a declaration file for module '@paddlejs-models/ocr'. 'D:/Dev/Paddle.js/node_modules/@paddlejs-models/ocr/lib/index.js' implicitly has an 'any' type.
希望编译时可以增加对ts引入的支持以及增加兼容性处理等支持不同es版本使用
希望可以有更完善的打包;支持cjs和es同时提供d.ts等 这里做了个示例,希望有参考价值:https://github.com/DataVizU/Paddle.js/tree/paddlejs_ocr_build_example