Skip to content

UNPKG


waves of reactive signals light up spacewaves of reactive signals light up space

Begining in 5.8, prebuilt versions of WarpDrive packages can be used via UNPKG.

Four builds are provided for each package via the following export conditions. These builds are unminified JavaScript Modules (ESM) and retain source code documentation comments.

conditiondescription
default unpkgproduction build with all deprecated features removed
unpkg-devdevelopment build with all deprecated features removed
unpkg-deprecatedproduction build with all deprecated features available
unpkg-dev-deprecateddevelopment build with all deprecated features available

Example using @warp-drive/core

BuildURL
Productionhttps://unpkg.com/@warp-drive/core@canary
Production + Deprecationshttps://unpkg.com/@warp-drive/core@canary?conditions=unpkg-deprecated
Developmenthttps://unpkg.com/@warp-drive/core@canary?conditions=unpkg-dev
Development + Deprecationshttps://unpkg.com/@warp-drive/core@canary?conditions=unpkg-dev-deprecated

Released under the MIT License.