15 lines
409 B
Text
15 lines
409 B
Text
---
|
|
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';
|
|
|
|
Before Canvas
|
|
|
|
<P5Sketch sketch_path='scripts/hello-world.js' canvas_id='hello-world' figure_id='1' sketch_description='descccrripton a very good one' />
|
|
|
|
After canvas
|