@tldraw/curve
Advanced tools
Comparing version 1.2.9 to 1.4.3
# Changelog | ||
## 1.4.3 | ||
- Update README | ||
- Update LICENSE year | ||
## 0.2.2 | ||
- Moves unused curve functions out of @tldraw/core and into own repo. |
MIT License | ||
Copyright (c) 2021 Stephen Ruiz Ltd | ||
Copyright (c) 2022 Stephen Ruiz Ltd | ||
@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
{ | ||
"version": "1.2.9", | ||
"version": "1.4.3", | ||
"name": "@tldraw/curve", | ||
@@ -37,3 +37,3 @@ "description": "Curve utilities for TLDraw and maybe you, too.", | ||
}, | ||
"gitHead": "9b7414509f55bd0ca9c88bfcfc9d66cda76d1623" | ||
"gitHead": "3ab5db27b9e83736fdae934474e80e90c854922c" | ||
} |
@@ -5,8 +5,6 @@ <div style="text-align: center; transform: scale(.5);"> | ||
# @tldraw/core | ||
# @tldraw/curve | ||
This package contains the `Renderer` and core utilities used by [tldraw](https://tldraw.com). | ||
This package contains the curve methods used by [tldraw](https://tldraw.com). | ||
You can use this package to build projects like [tldraw](https://tldraw.com), where React components are rendered on a canvas user interface. Check out the [advanced example](https://core-steveruiz.vercel.app/). | ||
💕 Love this library? Consider [becoming a sponsor](https://github.com/sponsors/steveruizok?frequency=recurring&sponsor=steveruizok). | ||
@@ -16,8 +14,6 @@ | ||
Use your package manager of choice to install `@tldraw/core` and its peer dependencies. | ||
```bash | ||
yarn add @tldraw/core | ||
yarn add @tldraw/curve | ||
# or | ||
npm i @tldraw/core | ||
npm i @tldraw/curve | ||
``` | ||
@@ -24,0 +20,0 @@ |
70645
474