Skip to content

Commit

Permalink
feat: Bin-packing refactor (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
aklinker1 authored Apr 25, 2024
1 parent 77d67ab commit 7536de2
Show file tree
Hide file tree
Showing 34 changed files with 1,279 additions and 447 deletions.
Binary file modified .github/assets/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 2 additions & 0 deletions npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
"types": "./dist/index.d.ts",
"scripts": {
"check": "check -b ../node_modules/.bin",
"test": "bun test",
"test:watch": "bun test --watch",
"dev": "bun test --watch",
"build": "bun build.ts",
"prepare": "bun run build"
Expand Down
58 changes: 0 additions & 58 deletions npm/src/__tests__/geometry.test.ts

This file was deleted.

318 changes: 0 additions & 318 deletions npm/src/geometry.ts

This file was deleted.

Loading

0 comments on commit 7536de2

Please sign in to comment.