@wordpress/upload-media
Version:
Core media upload logic.
8 lines (7 loc) • 941 B
Source Map (JSON)
{
"version": 3,
"sources": ["../src/index.ts"],
"sourcesContent": ["/**\n * Internal dependencies\n */\nimport { store as uploadStore } from './store';\n\nexport { uploadStore as store };\n\nexport { default as MediaUploadProvider } from './components/provider';\nexport { ErrorCode, UploadError } from './upload-error';\nexport { getErrorMessage } from './error-messages';\nexport {\n\tdetectClientSideMediaSupport,\n\tisClientSideMediaSupported,\n\tisHeicCanvasSupported,\n\tclearFeatureDetectionCache,\n} from './feature-detection';\n\nexport type { ImageFormat } from './store/types';\nexport type { FeatureDetectionResult } from './feature-detection';\nexport type { ErrorMessageConfig } from './error-messages';\n"],
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,4BAAAA;AAAA;AAAA;AAGA,mBAAqC;AAIrC,sBAA+C;AAC/C,0BAAuC;AACvC,4BAAgC;AAChC,+BAKO;",
"names": ["uploadStore"]
}