Michael Bromley 1529b6fb6f chore: Publish v3.1.8 9 months ago
..
e2e f5a0f99dfe feat(core): Add enabled flag to CreateProductVariant input (#3377) 11 months ago
src d606d7a72f fix(asset-server-plugin): Correctly handle EXIF rotation on source files (#3260) 1 year ago
.gitignore 09dc445c29 feat(asset-server-plugin): Make AssetNamingStrategy configurable 6 years ago
.npmignore af60f52618 chore: Include correct files in packages 6 years ago
README.md cc9b776eb7 docs: Fix links to plugin docs in readmes (#2590) 2 years ago
build.js 63166a2e14 fix(asset-server-plugin): Fix build to export non-image file icon 5 years ago
index.ts dde738d79e feat(asset-server-plugin): Implement ImageTransformStrategy for improved control over image transformations (#3240) 1 year ago
package.json 1529b6fb6f chore: Publish v3.1.8 9 months ago
tsconfig.build.json d174f567c4 refactor: Rename plugins - remove "default" 6 years ago
tsconfig.json 2061828873 feat: Preserve comments in compiled files 5 years ago

README.md

Vendure AssetServerPlugin

The AssetServerPlugin serves assets (images and other files) from the local file system. It can also perform on-the-fly image transformations and caches the results for subsequent calls.

npm install @vendure/asset-server-plugin

For documentation, see docs.vendure.io/reference/core-plugins/asset-server-plugin/