This commit is contained in:
Dmitry Vasilev
2024-03-07 15:30:27 +08:00
parent 4aec05cf99
commit 0a26ac6fa5
14 changed files with 555 additions and 52 deletions

View File

@@ -31,6 +31,22 @@ export const examples = [
path: 'plot',
entrypoint: 'plot/index.js',
},
{
path: 'fractal_tree',
entrypoint: 'fractal_tree/fractal_tree.js',
with_app_window: true,
},
{
path: 'animated_fractal_tree',
entrypoint: 'animated_fractal_tree/animated_fractal_tree.js',
with_app_window: true,
},
{
path: 'canvas_animation_bubbles',
entrypoint: 'canvas_animation_bubbles/bubbles.js',
with_app_window: true,
},
].map(e => ({...e, entrypoint: e.entrypoint ?? e.path}))
const files_list = examples