formbuilder-lhcforms 9.3.0 → 9.4.1
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 +5 -1
- package/dist/formbuilder-lhcforms/3rdpartylicenses.txt +1101 -126
- package/dist/formbuilder-lhcforms/assets/version.json +1 -1
- package/dist/formbuilder-lhcforms/index.html +3 -3
- package/dist/formbuilder-lhcforms/main.c41fbc8d0552a92f.js +1 -0
- package/dist/formbuilder-lhcforms/{polyfills.14e826bda2550dd4.js → polyfills.cfc9a930157cd57c.js} +1 -1
- package/dist/formbuilder-lhcforms/{styles.d43aae2a4b1405b3.css → styles.4dcee233bdcef558.css} +1 -1
- package/package.json +12 -2
- package/dist/formbuilder-lhcforms/main.08866caa96eec171.js +0 -1
package/README.md
CHANGED
|
@@ -22,7 +22,11 @@
|
|
|
22
22
|
|
|
23
23
|
$ npm start
|
|
24
24
|
Point the browser at http://localhost:9030
|
|
25
|
-
|
|
25
|
+
|
|
26
|
+
### Application Programming Interface (API)
|
|
27
|
+
The form builder is an application. However, it is possible to control it via
|
|
28
|
+
JavaScript from another web page. Refer to <a href="API.md">API.md</a>
|
|
29
|
+
for documentation.
|
|
26
30
|
|
|
27
31
|
|
|
28
32
|
|