save current progress

This commit is contained in:
Osman Faruk Bayram 2024-10-31 14:20:19 +03:00
parent 806265f4c3
commit b08c78257b
4 changed files with 92 additions and 0 deletions

View file

@ -0,0 +1,20 @@
---
title: 'Second post'
description: 'First post of this website that tests many things'
pubDate: '2024-10-26'
---
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' />
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