Conversation
|
Is used for example to build this designer framework: https://node-projects.github.io/web-component-designer-demo/index.html |
|
This looks very cool, but it appears to be TypeScript only? Is this possible to use in a browser straight from a CDN? |
|
Yes, why not. The lib is compiled to ES6, it works directly as NPM package. |
|
my complete designer is also in typescript, but then only translated to ES6, no webpack, parcel or anything. |
|
You also see here: https://www.npmjs.com/package/@node-projects/base-custom-webcomponent?activeTab=code in the dist folder (wich is linked in paackage.json) there is only .js code (okay and d.ts files) |
No description provided.