mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-13 13:04:30 -08:00
canvas
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user