@innovastudio/contentbuilder 1.5.131 → 1.5.133
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/package.json +1 -1
- package/public/contentbuilder/contentbuilder.css +1 -1
- package/public/contentbuilder/contentbuilder.esm.js +23 -10
- package/public/contentbuilder/contentbuilder.min.js +1 -1
- package/public/contentbuilder/lang/en.js +1 -1
- package/public/contentbuilder/lang/fr.js +1 -1
- package/readme.txt +0 -8
package/readme.txt
CHANGED
@@ -123,10 +123,6 @@ NOTE:
|
|
123
123
|
Please refer to the Node.js file:
|
124
124
|
|
125
125
|
server.js
|
126
|
-
|
127
|
-
or
|
128
|
-
|
129
|
-
server-aws (for S3 storage)
|
130
126
|
|
131
127
|
- For speech recognition (if dictation is enabled), the browser's built-in
|
132
128
|
speech recognition is used. However, certain browsers may not support this feature.
|
@@ -229,10 +225,6 @@ NOTE:
|
|
229
225
|
Please refer to the Node.js file:
|
230
226
|
|
231
227
|
server.js
|
232
|
-
|
233
|
-
or
|
234
|
-
|
235
|
-
server-aws (for S3 storage)
|
236
228
|
|
237
229
|
|
238
230
|
- IMPORTANT:
|