save current progress
This commit is contained in:
parent
806265f4c3
commit
b08c78257b
4 changed files with 92 additions and 0 deletions
20
src/content/blog/blog-with-p5js.mdx
Normal file
20
src/content/blog/blog-with-p5js.mdx
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue