https://github.com/beefchimi/svgmorph
Morphin' dat vector
https://github.com/beefchimi/svgmorph
Last synced: 5 months ago
JSON representation
Morphin' dat vector
- Host: GitHub
- URL: https://github.com/beefchimi/svgmorph
- Owner: beefchimi
- License: isc
- Created: 2022-05-22T00:03:25.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-23T22:33:46.000Z (almost 2 years ago)
- Last Synced: 2024-08-23T23:39:15.615Z (almost 2 years ago)
- Language: TypeScript
- Size: 408 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SVG Morph
[](https://opensource.org/licenses/ISC)
Description coming soon...
## TypeScript
Originally ,we had a dedicated `tsconfig.node.json` that contained these unique `compilerOptions`:
```json
{
"composite": true,
"allowSyntheticDefaultImports": true
}
```
We then referenced that file in `tsconfig.json` via:
`"references": [{"path": "./tsconfig.node.json"}]`