Skip to content

Commit

Permalink
publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Nightre committed Feb 20, 2024
1 parent 0aec33f commit cfed455
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# 🚀 Rapid.js

⚠️ This project is under development and will be completed soon ⚠️

A highly efficient and lightweight WebGL renderer capable of rendering 10k sprites at 60fps.


Expand All @@ -15,6 +13,24 @@ A highly efficient and lightweight WebGL renderer capable of rendering 10k sprit
* Matrix stacking
* Color manipulation

# Install

```
npm i rapid-render
```

Or use unpkg

```html
<script src="https://unpkg.com/rapid-render/dist/rapid.umd.cjs"></script>
```

# Import

```js
import { Rapid } from "rapid-render"
```

# Useage

```js
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rapid.js",
"version": "0.0.1",
"name": "rapid-render",
"version": "0.0.2",
"type": "module",
"files": [
"dist"
Expand Down

0 comments on commit cfed455

Please sign in to comment.