mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-25 22:04:06 -06:00
1 line
679 B
Plaintext
1 line
679 B
Plaintext
{"version":3,"file":"lib.node.cjs","sources":["../../src/lib.node.js"],"sourcesContent":["\"use strict\"\n\nimport { Blob } from \"./package.js\"\nimport { File as WebFile } from \"./file.js\"\n\n// Electron-renderer should get the browser implementation instead of node\n// Browser configuration is not enough\n\n// Marking export as a DOM File object instead of custom class.\n/** @type {typeof globalThis.File} */\nconst File = typeof globalThis.File === \"function\" ? globalThis.File : WebFile\n\nexport { File, Blob }\n"],"names":["WebFile"],"mappings":";;;;;;;AAKA;AACA;AACA;AACA;AACA;AACK,MAAC,IAAI,GAAG,OAAO,UAAU,CAAC,IAAI,KAAK,UAAU,GAAG,UAAU,CAAC,IAAI,GAAGA;;;;;;;;;;"} |