UNPKG
@kittl/paper
Version:
latest (0.12.30)
0.12.30
0.12.29
0.12.28
0.12.27
0.12.26
0.12.25
0.12.24
0.12.23
0.12.22
0.12.21
0.12.20
0.12.19
0.12.18
The Swiss Army Knife of Vector Graphics Scripting
paperjs.org
paperjs/paper.js
@kittl/paper
/
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%
; }