image-exporter 1.2.1 → 1.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -2
- package/dist/capture/download-images.d.ts.map +1 -1
- package/dist/index.browser.js +21 -23
- package/dist/index.browser.js.map +4 -5
- package/dist/index.cjs +19 -131
- package/dist/index.cjs.map +4 -5
- package/dist/index.js +19 -131
- package/dist/index.js.map +4 -5
- package/package.json +1 -3
package/README.md
CHANGED
|
@@ -181,9 +181,8 @@ Set image options on elements using these data attributes:
|
|
|
181
181
|
|
|
182
182
|
- [`modern-screenshot`](https://github.com/qq15725/modern-screenshot)
|
|
183
183
|
- [`jszip`](https://github.com/Stuk/jszip)
|
|
184
|
-
- [`downloadjs`](https://github.com/rndme/download)
|
|
185
184
|
|
|
186
|
-
Bundled with
|
|
185
|
+
Bundled with Bun and written in TypeScript.
|
|
187
186
|
|
|
188
187
|
## License
|
|
189
188
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"download-images.d.ts","sourceRoot":"","sources":["../../src/capture/download-images.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,KAAK,EAAS,MAAM,UAAU,CAAC;
|
|
1
|
+
{"version":3,"file":"download-images.d.ts","sourceRoot":"","sources":["../../src/capture/download-images.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,KAAK,EAAS,MAAM,UAAU,CAAC;AAIhD;;;;;;GAMG;AACH,wBAAsB,cAAc,CAClC,MAAM,EAAE,KAAK,EAAE,EACf,UAAU,GAAE,MAAsB,iBAcnC"}
|