Skip to content
This repository was archived by the owner on Jan 4, 2021. It is now read-only.

Commit 3b54e68

Browse files
committed
[FIX] Gif edited, select languages centered
1 parent c2c861d commit 3b54e68

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
:pencil: The easy way to integrate text handwriting recognition in your web app.
22

3-
![myscript-text-web preview](./preview.gif)
4-
3+
<p align="center">
4+
<img src="preview.gif">
5+
</p>
56

67
<a style="text-align:center; font-size:150%;" href="https://myscript.github.io/myscript-text-web/components/myscript-text-web/examples/">Test it live</a>
78

@@ -49,7 +50,7 @@ bower install myscript-text-web
4950

5051
## Examples
5152

52-
Browse [the examples hosted on github.io](https://myscript.github.io/myscript-text-web/examples/).
53+
Browse [the examples hosted on github.io](https://myscript.github.io/myscript-text-web/components/myscript-text-web/#/elements/myscript-text-web).
5354

5455
The [directory examples/](/examples) of this Git repository contains all the example source codes.
5556

examples/non-version-specific/change_language.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@
1616
myscript-text-web {
1717
height: calc(100% - 2.625rem);
1818
}
19+
nav {
20+
height: 60px;
21+
display: flex;
22+
justify-content: center;
23+
align-content: center;
24+
align-items: center;
25+
}
1926
</style>
2027

2128
<script src="../../../webcomponentsjs/webcomponents-loader.js"></script>
@@ -24,12 +31,14 @@
2431
</head>
2532

2633
<body>
34+
<nav>
2735
<myscript-languages-element scheme="https"
2836
host="webdemoapi.myscript.com"
2937
applicationkey="515131ab-35fa-411c-bb4d-3917e00faf60"
3038
hmackey="54b2ca8a-6752-469d-87dd-553bb450e9ad"
3139
select>
3240
</myscript-languages-element>
41+
</nav>
3342
<myscript-text-web scheme="https"
3443
host="webdemoapi.myscript.com"
3544
applicationkey="515131ab-35fa-411c-bb4d-3917e00faf60"

preview.gif

953 KB
Loading

preview.webm

-79.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)