Skip to content

Commit

Permalink
build(Draw Tool): Use modified draw tool
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffreykwan committed Oct 26, 2023
1 parent 8ce19f4 commit 747b0e8
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
42 changes: 21 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
"@stomp/rx-stomp": "^1.1.4",
"@stomp/stompjs": "^5.4.4",
"@tinymce/tinymce-angular": "^4.2.4",
"@wise-community/drawing-tool": "^2.3.0-pre.1",
"@zxcvbn-ts/core": "^2.2.1",
"@zxcvbn-ts/language-en": "^2.1.0",
"angular-password-strength-meter": "^6.0.0",
"canvg": "^2.0.0",
"compute-covariance": "^1.0.1",
"core-js": "^3.22.0",
"dom-autoscroller": "^2.3.4",
"drawing-tool": "^2.1.2",
"eventemitter2": "^5.0.1",
"fabric": "3.6.3",
"file-saver": "^2.0.5",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/wise5/components/draw/drawService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import * as fabric from 'fabric';
window['fabric'] = fabric.fabric;
import * as EventEmitter2 from 'eventemitter2';
window['EventEmitter2'] = EventEmitter2;
import DrawingTool from 'drawing-tool/dist/drawing-tool';
import DrawingTool from '@wise-community/drawing-tool/dist/drawing-tool';
import { ComponentService } from '../componentService';
import { StudentAssetService } from '../../services/studentAssetService';
import { Injectable } from '@angular/core';
Expand Down

0 comments on commit 747b0e8

Please sign in to comment.