made canvas smaller for some tests; putting back
Signed-off-by: Victor Seiji Hariki <victorseijih@gmail.com>
This commit is contained in:
parent
b2d51d40d4
commit
d32e48a018
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
// Layering
|
// Layering
|
||||||
const imageCollection = layers.registerCollection(
|
const imageCollection = layers.registerCollection(
|
||||||
"image",
|
"image",
|
||||||
{w: 1536, h: 1536},
|
{w: 2560, h: 1536},
|
||||||
{
|
{
|
||||||
name: "Image Layers",
|
name: "Image Layers",
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue