You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,18 +11,14 @@ This library provides a simple to use webgl shader component, with included fram
11
11
12
12
## Core Concepts
13
13
### Why
14
-
While libraries like [three.js](https://threejs.org/) are amazing, not every project requires the level of depth provided. This is a zero-dependency library that provides a simple to use component for rendering GLSL shaders on the web.
14
+
While libraries like [three.js](https://threejs.org/) are amazing, not every project requires all the provided features. That's where simple-shader-component comes in; this is a zero-dependency library that provides a simple to use component for rendering GLSL shaders on the web.
15
15
16
16
## Installation & Usage
17
17
```zsh
18
18
bun i simple-shader-component
19
19
```
20
20
21
21
The base class and types are all exported from the root of the package.
22
-
```ts
23
-
import { Shader } from'simple-shader-component'
24
-
```
25
-
26
22
Framework wrappers are available under sub exports.
0 commit comments