excalidraw/src/packages
Aakansha Doshi 3bc18f6aed
feat: expose variable window.EXCALIDRAW_ASSET_PATH to allow host define the path for excalidraw assets (#3068)
* feat: expose variable window.EXCALIDRAW_ASSET_PATH to allow host define the path for excalidraw assets
No more __webpack_public_path__ needed explicitly in host and it will default to unpkg cdn if window.EXCALIDRAW_ASSET_PATH is not defined

* fix

* add public path

* add public path

* assign only when env not test

* read from package.json

* Append content hash to excalidraw-assets so cache bursting happens when version update

* update changelog and readme

* update
2021-02-21 21:08:30 +05:30
..
excalidraw feat: expose variable window.EXCALIDRAW_ASSET_PATH to allow host define the path for excalidraw assets (#3068) 2021-02-21 21:08:30 +05:30
utils build: Switch to Yarn (#3057) 2021-02-20 12:47:17 +00:00
tsconfig.prod.json Excalidraw export (#2246) 2020-11-02 20:14:20 +01:00
utils.ts feat: support supplying custom scale when exporting canvas (#2904) 2021-02-04 14:54:08 +01:00