Skip to content

Commit 76d3d3d

Browse files
committed
Shorten alt text
1 parent 81443ab commit 76d3d3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/tutorials/en/typography-2.0.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ p5.js 2.0 comes with some new tools for creative coding with typography. Let's u
2222

2323
A common theme in old postcards is to have large block letters with local imagery showing through. Here's [an example of such a postcard](https://commons.wikimedia.org/wiki/File:Greetings_from_St._Paul,_Minnesota_postcard.jpg) from 1937:
2424

25-
![A postcard reading "Greetings from St. Paul, Minnesota" written in big block letters with local buildings showing through the letters.](../images/2.0/example-postcard.jpg)
25+
![Postcard with "Greetings from St. Paul, Minnesota" in big letters with local buildings inside them.](../images/2.0/example-postcard.jpg)
2626

2727
We'll try to make something like this using the tools in p5.js 2.0!
2828

2929
The first step is to open an editor like [the p5.js Web Editor](https://editor.p5js.org) and change the version to 2.0. In the Web Editor, you can do that by clicking on the version in the header, and then picking the latest 2.0 version from the version dropdown.
3030

3131
![A screenshot of a new p5.js Web Editor project, with the version picker circled.](../images/2.0/switch-version.png)
3232

33-
![A screenshot of the version picker modal in the p5.js Web Editor, showing the dropdown of versions open and the latest 2.0 version selected.](../images/2.0/version-dropdown.png)
33+
![Screenshot of the p5.js Web Editor version picker showing a list of versions. The latest is selected](../images/2.0/version-dropdown.png)
3434

3535
## WebGL mode
3636

0 commit comments

Comments
 (0)