kashi 1.0.0 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -14,7 +14,6 @@ This project was created using tools to make development as easy as possible:
|
|
|
14
14
|
It is only necessary to globally install the following packages that facilitate development.
|
|
15
15
|
|
|
16
16
|
- [Webpack](https://webpack.js.org/)
|
|
17
|
-
|
|
18
17
|
A static module bundler for modern JavaScript/TypeScript applications.
|
|
19
18
|
|
|
20
19
|
## 🪬 Overview
|
|
@@ -140,7 +139,7 @@ You must pass some properties to Kashi to define what lyrics display and where.
|
|
|
140
139
|
|
|
141
140
|
| Property | Type | Default value | Is required? | Description |
|
|
142
141
|
| ----------- | ---------------- | ------------- | ------------ | ----------------------------------------- |
|
|
143
|
-
| `file` | `Blob
|
|
142
|
+
| `file` | `Blob` or `File` | - | No | Lyrics file |
|
|
144
143
|
| `url` | `string` | - | No | Lyrics url |
|
|
145
144
|
| `container` | `HTMLDivElement` | - | Yes | Element where the lyrics will be inserted |
|
|
146
145
|
|
package/package.json
CHANGED