From 41a75e5ee472fbf8aa89bb936ff96b404295e125 Mon Sep 17 00:00:00 2001 From: Jules Date: Mon, 28 Oct 2024 11:25:21 -0500 Subject: [PATCH] Improve Readme (#15) * SASS deprecation warnings with version 1.77.7 * improve readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 2e094a6f8..c1c8aefa4 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,8 @@ Install: $ npm install --save @deltablot/dropzone # or with yarn: $ yarn add @deltablot/dropzone +# or with bun: +$ bun add @deltablot/dropzone ``` First argument is an element to bind to, second argument is the [`options`](./src/options.js) object. @@ -55,6 +57,14 @@ bundlers](https://github.com/dropzone/dropzone-examples) Note: this library must be used in a [secure context](https://developer.mozilla.org/en-US/docs/Web/Security/Secure_Contexts) (works only over HTTPS or locally). +
+ +**CSS** + +```css +@import "@deltablot/dropzone/src/dropzone"; +``` + ## Not using a package manager or bundler? Use the standalone files like this: