https://github.com/gizmo-ds/unitypackage-deno
unitypackage-deno
https://github.com/gizmo-ds/unitypackage-deno
deno typescript unitypackage
Last synced: 21 days ago
JSON representation
unitypackage-deno
- Host: GitHub
- URL: https://github.com/gizmo-ds/unitypackage-deno
- Owner: gizmo-ds
- License: mit
- Created: 2022-10-01T17:53:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-14T23:36:42.000Z (over 3 years ago)
- Last Synced: 2025-10-11T00:28:42.714Z (7 months ago)
- Topics: deno, typescript, unitypackage
- Language: TypeScript
- Homepage: https://deno.land/x/unitypackage
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# unitypackage-deno


[](./LICENSE)
## Usage
```typescript
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](./LICENSE), feel free to use it in your proprietary projects as well.