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

Commit 3b20b2c

Browse files
committed
Merge pull request #8 in WS/myscriptjs from wip-rest-iink to master
* commit '8caaf2542997c662e2e460819e7b38e459394172': (24 commits) [DEV] Improve diagram rest, add missing comments [DEV] Make diagram example simpler [DEV] Better colors [DEV] Change export and preview buttons, mainly style improvements [DEV] Fix hmac in rest, better diagram thickness [DEV] Change style of color and thickness [DEV] Add v1 alert when pointerDown on preview [DEV] Improve remove stroke, add redraw from strokes, improve example with existing diagrams [DEV] Style for eraser and eraser cursor [DEV] Add v1 eraser for diagram rest example [DEV] Add rest examples to index page [DEV] Improve export panel [DEV] Improve export diagram rest to pptx [DEV] Improve clear in diagram rest example [DEV] Add support for multiple mimetypes in Rest, add export pptx diagram [DEV] Change title rest examples, remove language from math [DEV] Add katex for math rest example [DEV] Change writeEntries to strokeGroups, diagram example fixes [DEV] Improve diagram rest example [DEV] Change tests structure and mocha tests as apiVersion in renderer are not relevant anymore ...
2 parents 5b65a7a + 8caaf25 commit 3b20b2c

File tree

100 files changed

+128432
-92583
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+128432
-92583
lines changed

.eslintrc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"extends": "airbnb",
33
"parserOptions": {
4-
"ecmaVersion": 6,
4+
"ecmaVersion": 2017,
55
"sourceType": "module",
66
"ecmaFeatures": {
77
"jsx": true

dist/myscript.min.js

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/myscript.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)