FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

txthinking/denobundle: Bundle assets into the binary with deno compile · GitHub

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

denobundle

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

About

Bundle assets into the binary with deno compile

Topics

Resources

Stars

14 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL