@werckmeister/components 1.1.6-165 → 1.1.6-167
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 +17 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -140,3 +140,20 @@ downloadEl.onclick = (ev) => {
|
|
|
140
140
|
}
|
|
141
141
|
```
|
|
142
142
|
|
|
143
|
+
## worskapce Options
|
|
144
|
+
### wm-css-url
|
|
145
|
+
Load a custom CSS file to override the default styling of the editor.
|
|
146
|
+
|
|
147
|
+
### wm-soundfont-url
|
|
148
|
+
Set the repo url. See [Soundfont Server](https://github.com/werckme/soundfont-server).
|
|
149
|
+
|
|
150
|
+
### wm-onerror
|
|
151
|
+
sets an error callback
|
|
152
|
+
|
|
153
|
+
## Editor options
|
|
154
|
+
### wm-style
|
|
155
|
+
sets the style content to the underlying editor component
|
|
156
|
+
### wm-css-url
|
|
157
|
+
Load a custom CSS file to override the default styling of the editor.
|
|
158
|
+
### wm-filename
|
|
159
|
+
Defines a filename for the editor file. This file is accessable for the compiler.
|