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

Commit

Permalink
Merge pull request #8 in WS/myscriptjs from wip-rest-iink to master
Browse files Browse the repository at this point in the history
* 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
  ...
  • Loading branch information
RomainCscn committed Mar 12, 2018
2 parents 5b65a7a + 8caaf25 commit 3b20b2c
Show file tree
Hide file tree
Showing 100 changed files with 128,432 additions and 92,583 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "airbnb",
"parserOptions": {
"ecmaVersion": 6,
"ecmaVersion": 2017,
"sourceType": "module",
"ecmaFeatures": {
"jsx": true
Expand Down
12 changes: 6 additions & 6 deletions dist/myscript.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/myscript.min.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 3b20b2c

Please sign in to comment.