HomeVendure CoreMoreMoreImport ExportDefaultAssetImportStrategyOn this pageDefaultAssetImportStrategy@vendure/coreSourcev1.7.0 The DefaultAssetImportStrategy is able to import paths from the local filesystem (taking into account the importExportOptions.importAssetsDir setting) as well as remote http/https urls. Signatureclass DefaultAssetImportStrategy implements AssetImportStrategy { constructor(options?: DefaultAssetImportStrategyOptions) init(injector: Injector) => ; getStreamFromPath(assetPath: string) => ;} Implements: AssetImportStrategy initmethod(injector: Injector) => getStreamFromPathmethod(assetPath: string) => Was this chapter helpful?It was helpfulIt wasn't helpfulReport IssuePreviousAssetImportStrategyNextDefaultAssetImportStrategyOptionsEdited May 22, 2026ยทEdit this page