1.0.0 • Published 5 months ago

image-uploader-astro-toolbar-integration v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

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:

  1. 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
  1. 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 package
  • package 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