File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
# trim-canvas
2
2
3
+ [ ![ NPM] ( https://nodei.co/npm/trim-canvas.png )] ( https://npmjs.org/package/trim-canvas )
4
+
3
5
A tiny (< 100 LoC) library for trimming whitespace from a ` canvas ` element with
4
6
no dependencies.
5
7
@@ -30,4 +32,4 @@ canvas element beforehand.
30
32
Credits go to [ @efc ] ( https://github.com/efc ) for writing a quick version of this
31
33
in [ this issue] ( https://github.com/szimek/signature_pad/issues/49#issue-29108215 )
32
34
and to the original [ StackOverflow Answer] ( http://stackoverflow.com/a/12178531/3431180 )
33
- that was credited there .
35
+ that was credited in that issue .
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " trim-canvas" ,
3
3
"version" : " 0.1.0" ,
4
- "description" : " A tiny library for trimming whitespace from a ` canvas` element. " ,
4
+ "description" : " A tiny library for trimming whitespace from a canvas element" ,
5
5
"main" : " build/index.js" ,
6
6
"devDependencies" : {
7
7
"babel-core" : " ^6.0.14" ,
You can’t perform that action at this time.
0 commit comments