12 lines
246 B
JavaScript
12 lines
246 B
JavaScript
VANTA.BIRDS({
|
|
el: "#bird-canvas",
|
|
mouseControls: true,
|
|
touchControls: true,
|
|
gyroControls: false,
|
|
minHeight: 200.00,
|
|
minWidth: 200.00,
|
|
scale: 1.00,
|
|
scaleMobile: 1.00,
|
|
backgroundColor: 0x0,
|
|
quantity: 4.00
|
|
})
|