vue-signature
vue-signature copied to clipboard
Electronic signature
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.1.0 to 1.4.2. Release notes Sourced from loader-utils's releases. v1.4.2 1.4.2 (2022-11-11) Bug Fixes ReDoS problem (#226) (17cbf8f) v1.4.1 1.4.1 (2022-11-07) Bug Fixes security problem (#220) (4504e34)...
``` Test suite failed to run .........\node_modules\vue-signature\src\main.js:1 ({"Object.":function(module,exports,require,__dirname,__filename,global,jest){import VueSignature from './components/vueSignature.vue' ^^^^^^ SyntaxError: Cannot use import statement outside a module ``` When i use jest, i'm getting this errror, even...
width and height with 100% turns 0 after page reload
Bumps [ini](https://github.com/npm/ini) from 1.3.4 to 1.3.8. Commits a2c5da8 1.3.8 af5c6bb Do not use Object.create(null) 8b648a1 don't test where our devdeps don't even work c74c8af 1.3.7 024b8b5 update deps, add linting...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.13.0 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...
Bumps [node-sass](https://github.com/sass/node-sass) from 4.14.1 to 7.0.0. Release notes Sourced from node-sass's releases. v7.0.0 Breaking changes Drop support for Node 15 (@nschonni) Set rejectUnauthorized to true by default (@scott-ut, #3149) Features...
size Pen
Hi, how can i change the thickness of the pen? thx
When using Iconic, the canvas height and width are set to zero. Is there a way to fix this? How do I make it automatically resize the canvas after it's...
In Chrome, the code generated is: `` But in Safari, the width is double. `` Any fixes on this?
The component never gets torn down when you navigate away from a page that has it, resulting in a memory leak.