Browse Source

use secure fabric.js

master
ansuz 3 years ago
parent
commit
6eab52c33d
2 changed files with 2 additions and 3 deletions
  1. 2
      bower.json
  2. 3
      www/whiteboard/main.js

2
bower.json

@ -27,7 +27,7 @@
"marked": "~0.3.5",
"rangy": "rangy-release#~1.3.0",
"json.sortify": "~2.1.0",
"fabric.js": "fabric#~1.6.0",
"secure-fabric.js": "secure-v1.7.9",
"hyperjson": "~1.4.0",
"textpatcher": "^1.3.0",
"chainpad": "^0.3.0",

3
www/whiteboard/main.js

@ -10,10 +10,9 @@ define([
'json.sortify',
'/bower_components/chainpad-json-validator/json-ot.js',
'/common/cryptpad-common.js',
'fabric.js',
'/bower_components/secure-fabric.js/dist/fabric.min.js',
'/bower_components/jquery/dist/jquery.min.js',
'/bower_components/file-saver/FileSaver.min.js',
//'/customize/pad.js'
], function (Config, Realtime, Crypto, TextPatcher, JSONSortify, JsonOT, Cryptpad) {
var saveAs = window.saveAs;
var Messages = Cryptpad.Messages;

Loading…
Cancel
Save