Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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