| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Bundle assets into the binary with deno compile
Install via nami
nami install denobundle
Usage
static/ └── hello.txt
denobundle static bundle.js
import readFileSync from './bundle.js';
var data = readFileSync("static/hello.txt"); // Uint8Array
| Back | FazBrowse Home | New Git URL |