1.0.0 • Published 5 months ago
image-uploader-astro-toolbar-integration v1.0.0
image-uploader-astro-toolbar-integration
This is an Astro integration that Allows you to upload images to your public directory via the toolbar
Usage
Prerequisites
Love yourself and other 💜.
Installation
Install the integration automatically using the Astro CLI:
pnpm astro add image-uploader-astro-toolbar-integration
npx astro add image-uploader-astro-toolbar-integration
yarn astro add image-uploader-astro-toolbar-integration
Or install it manually:
- Install the required dependencies
pnpm add image-uploader-astro-toolbar-integration
npm install image-uploader-astro-toolbar-integration
yarn add image-uploader-astro-toolbar-integration
- Add the integration to your astro config
+import imageUploaderDevTooApp from "image-uploader-astro-toolbar-integration";
export default defineConfig({
integrations: [
+ imageUploaderDevTooApp(),
],
});
Contributing
This package is structured as a monorepo:
playground
contains code for testing the packagepackage
contains the actual package
Install dependencies using pnpm:
pnpm i --frozen-lockfile
Start the playground and package watcher:
pnpm dev
You can now edit files in package
. Please note that making changes to those files may require restarting the playground dev server.
Licensing
Acknowledgements
- Created using astro-integration-template.
1.0.0
5 months ago