UNPKG
@turbowarp/paper
Version:
latest (0.13.0)
0.13.0
0.12.202505131813
0.12.202407262155
0.12.202407161757
0.12.202407161743
paper.js fork
github.com/TurboWarp/paper.js
TurboWarp/paper.js
@turbowarp/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%
; }