UNPKG
paper
Version:
latest (0.12.18)
0.12.18
0.12.17
0.12.16
0.12.15
0.12.14
0.12.13
0.12.12
0.12.11
0.12.10
0.12.9
0.12.8
0.12.7
0.12.6
0.12.5
0.12.4
0.12.3
0.12.2
0.12.1
0.12.0
0.11.8
0.11.7
0.11.5
0.11.4
0.11.3
0.11.2
0.11.1
0.11.0
0.10.3
0.10.2
0.10.1
0.10.0
0.9.25
0.9.24
0.9.23
0.9.22
0.9.21
0.9.20
0.9.19
0.9.18
0.9.17
0.9.16
0.9.15
0.9.14
0.9.13
0.9.12
0.9.11
0.9.10
0.9.9
0.9.8
0.9.7
0.9.6
0.9.5
0.9.4
0.9.3
0.9.2
0.9.1
0.8.3
0.8.2
0.8.1
0.8.0
The Swiss Army Knife of Vector Graphics Scripting
paperjs.org
paperjs/paper.js
paper
/
dist
/
paperjs
/
examples
/
css
/
style.css
13 lines
(11 loc)
•
179 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
html
,
body
{
margin
:
0
;
overflow
: hidden;
height
:
100%
; }
/* Scale canvas with resize attribute to full size */
canvas
[resize]
{
width
:
100%
;
height
:
100%
; }