save current progress

This commit is contained in:
Osman Faruk Bayram 2024-10-31 17:24:14 +03:00
parent b08c78257b
commit f7a6110708
7 changed files with 95 additions and 51 deletions

View file

@ -2,19 +2,14 @@
title: 'Second post'
description: 'First post of this website that tests many things'
pubDate: '2024-10-26'
includes_p5js: True
p5_script_path: '../../scripts/hello-world.js'
---
import P5Sketch from '../../components/P5Sketch.astro';
import P5Sketch from '../../components/P5Sketch.astro';
Before Canvas
<P5Sketch sketch_path='../scripts/hello-world.js' sketch_name='hello-world' figure_id='1' sketch_description='descccrripton a very good one' />
<P5Sketch sketch_path='scripts/hello-world.js' canvas_id='hello-world' figure_id='1' sketch_description='descccrripton a very good one' />
After canvas
<P5Sketch sketch_path='../scripts/input-output.js' sketch_name='input-output' figure_id='2' sketch_description='descccrripton a very good one' />
why these things happen