fyr.jsPreparing the runtime

Documentation

Installation

Use Fyr directly from jsDelivr, install it from npm, or self-host the built distribution.

CDN import

All Fyr browser bundles are ES modules, including minified files. Use type=module rather than a classic script tag.

<script type="module">
  import { Fyr } from "https://cdn.jsdelivr.net/npm/@aldane-dev-create/fyr@0.1.2/dist/fyr.esm.js";
</script>

npm

Use the scoped package in projects that have their own build pipeline.

npm install @aldane-dev-create/fyr

import { Fyr } from "@aldane-dev-create/fyr";
Keep exploringSee framework examples