Michael Bromley e97cb93282 chore: Publish v0.11.0 před 5 roky
..
e2e 8b45d86b16 feat(docs): Add docs on JobQueue & examples před 5 roky
src 13edc9c4bc feat(asset-server-plugin): Update Sharp version to 0.25.2 před 5 roky
.gitignore 09dc445c29 feat(asset-server-plugin): Make AssetNamingStrategy configurable před 6 roky
.npmignore af60f52618 chore: Include correct files in packages před 6 roky
README.md cbe116c2ed chore: Fix links to plugin docs před 6 roky
build.js 63166a2e14 fix(asset-server-plugin): Fix build to export non-image file icon před 5 roky
index.ts 5fef77da59 feat(asset-server-plugin): Implement focal point-aware cropping před 6 roky
jest.config.js 5fef77da59 feat(asset-server-plugin): Implement focal point-aware cropping před 6 roky
package.json e97cb93282 chore: Publish v0.11.0 před 5 roky
tsconfig.build.json d174f567c4 refactor: Rename plugins - remove "default" před 6 roky
tsconfig.json 9a5824c811 chore: Move common tsconfig setting to root před 6 roky

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 www.vendure.io/docs/typescript-api/asset-server-plugin