Skip to content

cotype/local-thumbnail-provider

Repository files navigation

@cotype/local-thumbnail-provider

npm i @cotype/local-thumbnail-provider

import LocalThumbnailProvider from "@cotype/local-thumbnail-provider";
import { init, FsStorage /* ... */ } from "@cotype/core";

const storage = new FsStorage("./uploads");

init({
  thumbnailProvider: new LocalThumbnailProvider(storage),
  storage
  /* ... */
});

License

MIT

About

thumbnail provider for locally stored thumbnails

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published