create-tldraw 4.4.0-canary.afdcafe834b3 → 4.4.0-canary.b56b70f6a630

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist-cjs/main.cjs CHANGED
@@ -7377,18 +7377,25 @@ var TEMPLATES = [
7377
7377
  order: 5,
7378
7378
  repo: "tldraw/chat-template"
7379
7379
  },
7380
+ {
7381
+ name: "Image pipeline",
7382
+ description: "Create a node-based builder for image generation pipelines.",
7383
+ shortDescription: "Visual node-based builder for image pipelines.",
7384
+ order: 6,
7385
+ repo: "tldraw/image-pipeline-template"
7386
+ },
7380
7387
  {
7381
7388
  name: "Branching chat",
7382
7389
  description: "Chat with an AI using a branching conversation interface.",
7383
7390
  shortDescription: "A branching chat interface.",
7384
- order: 6,
7391
+ order: 7,
7385
7392
  repo: "tldraw/branching-chat-template"
7386
7393
  },
7387
7394
  {
7388
7395
  name: "Shader",
7389
7396
  description: "Create WebGL shaders that respond to shapes on the canvas.",
7390
7397
  shortDescription: "Shaders on the canvas.",
7391
- order: 7,
7398
+ order: 8,
7392
7399
  repo: "tldraw/shader-starter-kit"
7393
7400
  }
7394
7401
  ];