Add Camunda as replacement for Cawemo (#6457)

* Add Camunda as replacement for Cawemo (what are these product names even?)

* Optimised images with calibre/image-actions

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Tom Moor
2024-01-31 15:01:51 -08:00
committed by GitHub
parent 47d168a29b
commit bd6e4c586e
2 changed files with 11 additions and 0 deletions

BIN
public/images/camunda.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@@ -150,6 +150,17 @@ const embeds: EmbedDescriptor[] = [
`https://player.bilibili.com/player.html?bvid=${matches[2]}&page=1&high_quality=1`,
icon: <Img src="/images/bilibili.png" alt="Bilibili" />,
}),
new EmbedDescriptor({
title: "Camunda Modeler",
keywords: "bpmn process cawemo",
defaultHidden: true,
regexMatch: [
new RegExp("^https?://modeler.cloud.camunda.io/(?:share|embed)/(.*)$"),
],
transformMatch: (matches: RegExpMatchArray) =>
`https://modeler.cloud.camunda.io/embed/${matches[1]}`,
icon: <Img src="/images/camunda.png" alt="Camunda" />,
}),
new EmbedDescriptor({
title: "Canva",
keywords: "design",