@j-kyoda/vue-three-vrm 0.8.0 → 0.8.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 -1
- package/dist/vue-three-vrm.es.js +332 -325
- package/dist/vue-three-vrm.umd.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -125,7 +125,7 @@ const model_loaded = (name, vrm_model) => {
|
|
|
125
125
|
|
|
126
126
|
| ID | Type | default | Description |
|
|
127
127
|
| :-------------- | :----- | :----------- | :------------------------------------------------------ |
|
|
128
|
-
| model_name | String | '' | The name of the VRoid model to display. **
|
|
128
|
+
| model_name | String | '' | The name of the VRoid model to display. **Required**. |
|
|
129
129
|
| expression_name | String | 'expression' | The name of the expression model. |
|
|
130
130
|
| expression_url | String | '' | The URL of the expression model. |
|
|
131
131
|
| expression_data | Object | null | The object for the expression model. |
|