sheetjs-csp-test/README.md
2023-06-25 00:01:34 -04:00

328 B

sheetjs-csp-test

Entry points:

  • cdn.html: sync load SheetJS script from CDN
  • local.html: sync load vendored script
  • rjs-cdn.html: async load SheetJS script from CDN using RequireJS
  • rjs-local.html: async load vendored script using RequireJS

Usage:

npm install
npm start

Server will start on port 7262.