@innovastudio/contentbuilder 1.5.13 → 1.5.16
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 +43 -3
- package/public/contentbuilder/contentbuilder.esm.js +1233 -241
- package/public/contentbuilder/contentbuilder.js +89798 -0
- package/public/contentbuilder/contentbuilder.min.js +6 -6
- package/public/contentbuilder/lang/en.js +2 -1
- package/public/contentbuilder/lang/fr.js +2 -1
- package/readme.txt +6 -2
package/readme.txt
CHANGED
|
@@ -37,12 +37,16 @@ A. To try the HTML example:
|
|
|
37
37
|
|
|
38
38
|
3. Open from your browser:
|
|
39
39
|
|
|
40
|
-
http://localhost:8081/
|
|
40
|
+
http://localhost:8081/example1.html (Default example)
|
|
41
|
+
|
|
42
|
+
or
|
|
43
|
+
|
|
44
|
+
http://localhost:8081/example-canvas.html (New Canvas Mode example)
|
|
41
45
|
|
|
42
46
|
|
|
43
47
|
B. To try the PHP Example, open from your browser:
|
|
44
48
|
|
|
45
|
-
http://localhost/.../public/
|
|
49
|
+
http://localhost/.../public/example2.php
|
|
46
50
|
|
|
47
51
|
If you're using Visual Studio Code, you can use the PHP Server extension.
|
|
48
52
|
|