We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c25982b commit dab4edaCopy full SHA for dab4eda
README.md
@@ -86,8 +86,6 @@ dropfile comes with both a component and an action. The component is basically a
86
| `FileSizeMinimumNotMetError` | file does not satisify `minSize` | `FileSizeMinimumNotMet` - `2` |
87
| `FileSizeMaximumExceededError` | file does not satisify `maxSize` | `FileSizeMaximumExceeded` - `3` |
88
89
-};
90
-
91
### Alternatives
92
93
- [svelte-file-dropzone](https://github.com/thecodejack/svelte-file-dropzone)
0 commit comments