Skip to content

p5 2.x Download Page: Descriptive instruction on p5.js CDN #1229

@xinemata

Description

@xinemata

I'm hoping to set up a local environment that would let me use the latest version of p5.js 2.x without having to look it up manually.

After learning more about semantic versioning, I think the download page might benefit from a slightly more descriptive CDN instruction.

The current description:

Use p5.js from CDN

p5.js is a client-side JS platform that empowers artists, designers, students, and anyone to learn to code and express themselves creatively on the web. It is based on the core principles of Processing.
https://cdn.jsdelivr.net/npm/p5@2.2.2/lib/p5.min.js

Suggested description:

Use p5.js from CDN

All versions of p5.js are hosted on content delivery network (CDN), a geographically distributed group of servers. There are a couple different ways to access the JavaScript library from your code editor.

Current Version of p5.js (recommended)

Use the following URL if you'd like to access the current version of p5.js.
https://cdn.jsdelivr.net/npm/p5@2.2.2/lib/p5.min.js

Latest Version of p5.js

Use the following URL if you'd like to ensure that you're always accessing the latest version of p5.js 2.x.
https://cdn.jsdelivr.net/npm/p5@2/lib/p5.min.js

Other Versions of p5.js

If you'd like to access an earlier version of p5.js, you can look up the corresponding URL on p5.js' jsdelivr webpage.

Metadata

Metadata

Assignees

No one assigned

    Labels

    DocumentationImprovements or additions to documentationGood First IssueGood for newcomersHelp WantedExtra attention is needed

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions