Skip to content

Commit

Permalink
chore (docs) add red dot example canvas
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshurajora committed Dec 4, 2023
1 parent 0c01fab commit 0466cd4
Show file tree
Hide file tree
Showing 4 changed files with 693 additions and 1,091 deletions.
6 changes: 4 additions & 2 deletions docs/blog/example.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,20 @@
slug: minipoint-example
title: Minipoint Example
authors: [himanshurajora]
tags: [docusaurus]
tags: []
date: 11-02-2023
---

import CanvasComponent from '@site/src/components/canvas';
import RedDotExample from '@site/src/components/red-dot-example';

:::tip

Miniponint is easy to use, let's check an example

:::

<RedDotExample />

```js title="simple-red-point.js"
import { Engine } from 'minipoint';

Expand Down
Loading

0 comments on commit 0466cd4

Please sign in to comment.