Skip to content

Commit

Permalink
loaded signature_pad for IE11 like suggested at szimek/signature_pad#405
Browse files Browse the repository at this point in the history


+ rebuilt
  • Loading branch information
matteocacciola committed Mar 11, 2020
1 parent 31ee56e commit 787f260
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 451 deletions.
24 changes: 12 additions & 12 deletions .size-snapshot.json
@@ -1,25 +1,25 @@
{
"dist/vue-signature-pad.common.js": {
"bundled": 3790,
"minified": 3764,
"gzipped": 1428
"bundled": 3773,
"minified": 3747,
"gzipped": 1430
},
"dist/vue-signature-pad.js": {
"bundled": 3714,
"minified": 3697,
"gzipped": 1437
"bundled": 3666,
"minified": 3652,
"gzipped": 1426
},
"dist/vue-signature-pad.esm.js": {
"bundled": 3660,
"minified": 3637,
"gzipped": 1383,
"bundled": 3663,
"minified": 3640,
"gzipped": 1386,
"treeshaked": {
"rollup": {
"code": 3330,
"import_statements": 57
"code": 3333,
"import_statements": 60
},
"webpack": {
"code": 4361
"code": 4350
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/components/VueSignaturePad.js
@@ -1,4 +1,4 @@
import SignaturePad from 'signature_pad';
import * as SignaturePad from 'signature_pad';
import mergeImages from 'merge-images';
import {
DEFAULT_OPTIONS,
Expand Down
211 changes: 0 additions & 211 deletions src/components/__tests__/VueSignatruePad.spec.js

This file was deleted.

0 comments on commit 787f260

Please sign in to comment.