├── .github └── FUNDING.yml ├── README.md └── card-repo.png /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | github: [steveruizok] 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 |
2 | 3 |
4 | 5 | # @tldraw/vec 6 | 7 | This package has moved to the [tldraw/tldraw](https://github.com/tldraw/tldraw) monorepo. 8 | -------------------------------------------------------------------------------- /card-repo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tldraw/vec/f08d98393949efee52116057db8d362137ab9bae/card-repo.png --------------------------------------------------------------------------------