Skip to content

gizmo-ds/unitypackage-deno

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unitypackage-deno

Deno Latest tag License

Usage

import { unitypackage } from "https://deno.land/x/unitypackage/mod.ts";

const pkg = new unitypackage("./files");
await pkg.addFile("Cat.png", { root: "Assets/Images" });
await pkg.save("cute.unitypackage");

License

Code is distributed under MIT license, feel free to use it in your proprietary projects as well.