From 693b44aeef497954feb209216e7d3a1c3c445623 Mon Sep 17 00:00:00 2001 From: Bauke Date: Tue, 8 Mar 2022 19:42:36 +0100 Subject: [PATCH] Replace Generic('gegl:plasma') with Plasma. --- source/2022-03-07.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/2022-03-07.ts b/source/2022-03-07.ts index c11d757..cc988a5 100644 --- a/source/2022-03-07.ts +++ b/source/2022-03-07.ts @@ -1,4 +1,4 @@ -import {Crop, Generic, Mirrors} from './gegl/exports.js'; +import {Crop, Generic, Mirrors, Plasma} from './gegl/exports.js'; import Project from './project.js'; const [width, height] = [1920, 1080]; @@ -6,7 +6,7 @@ const [width, height] = [1920, 1080]; const project: Project = { name: '2022-03-07', operations: [ - new Generic('gegl:plasma', { + new Plasma({ height, seed: 2_000_111_903, turbulence: 1,