1.0.0 • Published 9 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-integrationnpx astro add image-uploader-astro-toolbar-integrationyarn astro add image-uploader-astro-toolbar-integrationOr install it manually:
- Install the required dependencies
pnpm add image-uploader-astro-toolbar-integrationnpm install image-uploader-astro-toolbar-integrationyarn 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:
playgroundcontains code for testing the packagepackagecontains the actual package
Install dependencies using pnpm:
pnpm i --frozen-lockfileStart the playground and package watcher:
pnpm devYou 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
9 months ago