Skip to content

Commit 6c800f0

Browse files
committed
Remove reference to ModelPreview from p5.js blog post
1 parent 8ebcefe commit 6c800f0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

content/blog/nuxt-p5js-3d-models.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,9 @@ export default defineNuxtPlugin(() => {
2626
})
2727
```
2828

29-
As I've been exploring 3d-printing lately, I wanted a way to showcase some of the models I've created directly on this website. So, the `ModelPreview` component was created, which you can see in use below.
29+
As I've been exploring 3d-printing lately, I wanted a way to showcase some of the models I've created directly on this website. So, the `ModelPreview` component was created, and the snippet below shows how it's embedded in markdown.
3030

3131
<!-- Low poly eevee was used as an example found here: https://www.thingiverse.com/thing:2931434 -->
32-
:ModelPreview{path="/models/eevee.stl" :backgroundColor="50"}
3332

3433
The Vue component was embedded in our markdown using the following syntax is used. The `path` prop with the location of the file we want to render; in this case, that file is served on the website as well in the `public/models` folder.
3534

0 commit comments

Comments
 (0)