warpech / sheetclip

Copy/paste from your HTML5 web app to a spreadsheet
MIT License
304 stars 27 forks source link

Modernized SheetClip for use in TypeScript #9

Open EliteScientist opened 1 year ago

EliteScientist commented 1 year ago

Converted SheetClip to a class and modernized it using Typescript. Implemented a rollup build system for ESM and CJS builds with declarations. Upgraded Jasmine and slightly ported test to use "npm run test" to execute unit test.