diff --git a/docs/index.html b/docs/index.html index 481886b5..31a8e3e0 100644 --- a/docs/index.html +++ b/docs/index.html @@ -355,13 +355,13 @@
Create an index.html
file in the same directory.
Add the following lines in the head
section ot your file to use MyScriptJS and the css. We use PEP to ensure better browsers compatibilities. Note that you can also use it using dependencies from node_modules
or bower_components
:
Add the following lines in the head
section of your file to use MyScriptJS and the css. We use PEP to ensure better browsers compatibilities. Note that you can also use it using dependencies from node_modules
or bower_components
:
<link rel="stylesheet" href="node_modules/myscript/dist/myscript.min.css"/>
<script src="node_modules/myscript/dist/myscript.min.js"></script>
<script src="https://code.jquery.com/pep/0.4.3/pep.js"></script>
Always in the head
section, add a style
and specify the height and the width of your editor:
Still in the head
section, add a style
and specify the height and the width of your editor:
<style>
#editor {
width: 100%;
diff --git a/docs/package.json b/docs/package.json
index 5c76e6a2..33dc5b97 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -1,6 +1,6 @@
{
"name": "myscript",
- "version": "4.1.0",
+ "version": "4.1.1",
"description": "MyScriptJS is the fastest way to integrate handwriting panel and recognition in your webapp",
"keywords": [
"myscript",
diff --git a/docs/source.html b/docs/source.html
index d768d3a7..0ae09d81 100644
--- a/docs/source.html
+++ b/docs/source.html
@@ -282,7 +282,7 @@
89 %53/59
-
+
src/EditorFacade.js
@@ -291,7 +291,7 @@
100 %2/2
-
+
src/callback/EventCallback.js
@@ -325,7 +325,7 @@
100 %2/2
-
+
src/configuration/DefaultPenStyle.js
@@ -381,7 +381,7 @@
50 %1/2
-
+
src/model/InkModel.js
@@ -470,7 +470,7 @@
-
-
+
src/recognizer/CryptoHelper.js
@@ -821,7 +821,7 @@
75 %3/4
-
+
src/util/ModelStats.js
diff --git a/package.json b/package.json
index 5c76e6a2..33dc5b97 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "myscript",
- "version": "4.1.0",
+ "version": "4.1.1",
"description": "MyScriptJS is the fastest way to integrate handwriting panel and recognition in your webapp",
"keywords": [
"myscript",