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: