Skip to content

ESBuild based Booyah game engine written in TypeScript.

Notifications You must be signed in to change notification settings

GhomKrosmonaute/esbooyah

Repository files navigation

ESBuild Template for Node/Browser Libraries

  • Gulp
  • TypeScript

Use this template

Library usage

Browser

Library is exported as lib global variable. Edit it in gulpfile

Node

// JavaScript
const lib = require("lib-name")

console.log(lib.hello())
// TypeScript
import lib from "lib-name"

console.log(lib.hello())

About

ESBuild based Booyah game engine written in TypeScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages