Skip to content

fastjs-team/core

Folders and files

NameName
Last commit message
Last commit date
May 13, 2024
Oct 12, 2024
Oct 12, 2024
Dec 9, 2023
Apr 22, 2024
Apr 14, 2024
Oct 21, 2022
May 13, 2024
Dec 5, 2023
Oct 11, 2024
Oct 12, 2024
May 9, 2024

Repository files navigation



Fastjs / Powerful JavaScript Library

Stars GitHub commit activity (branch) Last Action Status Last Version

Getting Started

Description

Fastjs is a useful, lightweight JavaScript library for any types of project.

It is designed to be easy to use. Fastjs can be with any framework or just pure JavaScript.

Start Using

Bundler/CommonJS

npm install jsfast
import { dom } from "jsfast"; // esm
const { request } = require("jsfast"); // cjs

CDN (Global)

<script src="https://unpkg.com/jsfast/dist/fastjs.global.js"></script>

Browser (ES Module)

<script type="module">
  import { dom } from "https://unpkg.com/jsfast/dist/fastjs.esm.browser.js";
</script>

Info

Sponsors

Contributors