1
0
Fork 0

Remove URL from README.md
Deploy / deploy (pull_request) Successful in 29s Details
Deploy / deploy (push) Successful in 31s Details

This commit is contained in:
Oystein Kristoffer Tveit 2024-06-02 00:10:11 +02:00
parent 23cc195125
commit 65e2dde7a1
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
1 changed files with 1 additions and 3 deletions

View File

@ -2,8 +2,6 @@
Example of direct usage of the API behind handwriting in google translate. Example of direct usage of the API behind handwriting in google translate.
https://h7x4abk3g.github.io/google-ime-handwriting-request/
### Example request data: ### Example request data:
```json ```json
@ -40,4 +38,4 @@ https://h7x4abk3g.github.io/google-ime-handwriting-request/
} }
``` ```
where ink is an array of strokes. A stroke is formatted as an array containing three arrays. They contain every points x-values, y-values and the time between point creation and the beginning of the stroke. where ink is an array of strokes. A stroke is formatted as an array containing three arrays. They contain every points x-values, y-values and the time between point creation and the beginning of the stroke.