Forum Discussion
Alex Podolsky
Jul 23, 2017Copper Contributor
Third party non-NPM packages integration with TypeScript-based Sharepoint Framework’s Web Part
Hello. I have js file and d.ts file of some third party library that could not be installed through NPM installer. I tried to integrate this package within Typescript-based Sharepoint Framework’...
Gmi Bharadwaj
Jul 23, 2017Copper Contributor
why not try using the CDN instead of installing...?
- Alex PodolskyJul 23, 2017Copper Contributor
Unfortunately, the CDN is not an option for me.