Skip to content

Commit

Permalink
Fix example typo (#1516)
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire authored Jul 11, 2024
1 parent 661e0ff commit 01452f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/loader-canvas-to-png/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Here’s a Node.js data loader that creates a map using [node-canvas](https://github.com/Automattic/node-canvas) and D3, then writes the map to standard out as a PNG.

This pattern can be used to render maps that require with a large amount of data as lightweight static files.
This pattern can be used to render maps that require a large amount of data as lightweight static files.

```js run=false
import {createCanvas} from "canvas";
Expand Down

0 comments on commit 01452f7

Please sign in to comment.