Skip to content

Commit 8bf1175

Browse files
committed
add preview fullscreen fallback
add isFullscreen condition add fullscreenState Expression add allow receiving messages improved typing
1 parent d719174 commit 8bf1175

File tree

9 files changed

+323
-168
lines changed

9 files changed

+323
-168
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ node_modules/
33

44
# Ignore all files in the build directories
55
/dist/*
6-
/export*/*
6+
/export*/*
7+
src/c3/

examples/example.c3p

574 Bytes
Binary file not shown.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"homepage": "https://github.com/CynToolkit/construct-plugin#readme",
3131
"devDependencies": {
3232
"c3ide2-types": "1.0.1",
33-
"electron": "34.0.2"
33+
"electron": "34.0.2",
34+
"typescript": "5.7.3"
3435
}
3536
}

pnpm-lock.yaml

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)