New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

react-regl

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-regl - npm Package Compare versions

Comparing version
5.2.1-beta.0
to
5.2.1
+1
-1
package.json
{
"name": "react-regl",
"version": "5.2.1-beta.0",
"version": "5.2.1",
"description": "A custom React Fiber reconciler renderer for regl webGL",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -135,5 +135,5 @@ # react-regl

**This libaray enables developers to write shader code in a regl syntax style and then seamlesssly execute it as a ract component or regular regl**
**This libaray enables developers to write shader code in a Regl syntax style and then seamlesssly execute it as a regular Regl command or a React component.**
This library brings a JSX interface to `regl`, enabling easy integration of Regl UI into existing `react` projects. `react-regl` Allows you to render regl draw commands as react components. You can define the regl draw command as you would with raw `regl` but with `react-regl` you can pass arnd render it as react component.
This library brings a JSX interface to `regl`, enabling easy integration of Regl UI into existing `react` projects. `react-regl` Allows you to render regl draw commands as React components. You can define the Regl draw command as you would with raw `regl` but with `react-regl` you can pass and render it as React component.

@@ -149,3 +149,3 @@ This library was inspired by a discussion in the main regl repository: https://github.com/regl-project/regl/issues/576

Worldview is a higher level 3D engine (think Three.js or Babylon.js) abstraction on top of regl with corporate backing from Crusie self driving.
Worldview is a higher level 3D engine (think Three.js or Babylon.js) abstraction on top of Regl with corporate backing from Crusie self driving.
https://webviz.io/worldview/#/

@@ -152,0 +152,0 @@