Finish documentation
This commit is contained in:
parent
49473bf905
commit
31fcfd3d6b
86 changed files with 1383 additions and 8485 deletions
|
|
@ -22,6 +22,7 @@ A graphics library to enable the real-time rendering of 2D signed distance field
|
|||
- Has built-in quality autoscaling
|
||||
- Requires no boilerplate code
|
||||
- Automatic detection of WebGL and its extensions is provided
|
||||
- Parallel, non-blocking shader compiling
|
||||
- Context lost is handled with automatic restoration
|
||||
- Can be used without thinking of the GPU _(although for stunning results it, should be kept in mind)_
|
||||
|
||||
|
|
@ -31,8 +32,6 @@ A graphics library to enable the real-time rendering of 2D signed distance field
|
|||
|
||||
## Install
|
||||
|
||||
> The package is available on NPM, at [npmjs.com/package/sdf-2d](https://www.npmjs.com/package/sdf-2d)
|
||||
|
||||
```sh
|
||||
npm install sdf-2d --save-dev
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue