For example: unpkg.com/preact@10.26.4/dist/preact.min.jsunpkg.com/react@18.3.1/umd/react.production.min.jsunpkg.com/three@0.174.0/build/three.module.min.jsYou can also use any valid semver range or npm tag: unpkg.com/preact@latest/dist/preact.min.jsunpkg.com/react@^18/umd/react.production.min.jsIf you don't specify a version, the latest tag is used by default. unpkg.com/preact/dist/preact.min.jsun

