webgl-fluid
Advanced tools
Comparing version 0.3.2 to 0.3.3
{ | ||
"name": "webgl-fluid", | ||
"pascalCasedName": "WebGLFluid", | ||
"version": "0.3.2", | ||
"PascalCasedName": "WebGLFluid", | ||
"version": "0.3.3", | ||
"private": false, | ||
"packageManager": "pnpm@7.29.3", | ||
"description": "ES Module support for https://github.com/PavelDoGreat/WebGL-Fluid-Simulation.", | ||
"author": "Cloyd Lau", | ||
"license": "MIT", | ||
@@ -8,0 +10,0 @@ "repository": "https://github.com/cloydlau/webgl-fluid", |
@@ -8,3 +8,3 @@ <h1 align="center"> | ||
<p align="center"> | ||
ES Module support for <a href="https://github.com/PavelDoGreat/WebGL-Fluid-Simulation">WebGL-Fluid-Simulation</a> | ||
ES Module support for <a href="https://github.com/PavelDoGreat/WebGL-Fluid-Simulation">WebGL-Fluid-Simulation</a>. | ||
<br> | ||
@@ -17,3 +17,3 @@ 🕹 <a href="https://cloydlau.github.io/demo/webgl-fluid.html">Playground</a> | ||
<a href="https://bundlephobia.com/package/webgl-fluid"><img alt="minzipped size" src="https://img.shields.io/bundlephobia/minzip/webgl-fluid"></a> | ||
<a href="https://npmcharts.com/compare/webgl-fluid"><img alt="downloads" src="https://img.shields.io/npm/dt/webgl-fluid"></a> | ||
<a href="https://npmcharts.com/compare/webgl-fluid"><img alt="npm downloads" src="https://img.shields.io/npm/dt/webgl-fluid?logo=npm&color=rgba(203,0,0,0.9)"></a> | ||
<a href="https://conventionalcommits.org"><img alt="conventional commits" src="https://img.shields.io/badge/commits-Conventional-FE5196.svg?logo=conventionalcommits&logoColor=white"></a> | ||
@@ -37,3 +37,3 @@ </p> | ||
```shell | ||
npm add webgl-fluid | ||
npm i webgl-fluid | ||
``` | ||
@@ -58,3 +58,3 @@ | ||
"imports": { | ||
"webgl-fluid": "https://unpkg.com/webgl-fluid@0.3/dist/webgl-fluid.mjs" | ||
"webgl-fluid": "https://cdn.jsdelivr.net/npm/webgl-fluid@0.3/dist/webgl-fluid.mjs" | ||
} | ||
@@ -75,3 +75,3 @@ } | ||
### CDN + UMD | ||
### CDN + IIFE | ||
@@ -88,3 +88,3 @@ ```html | ||
<canvas style="width: 100vw; height: 100vh;" /> | ||
<script src="https://unpkg.com/webgl-fluid@0.3"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/webgl-fluid@0.3"></script> | ||
<script> | ||
@@ -91,0 +91,0 @@ WebGLFluid(document.querySelector('canvas'), { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
547313
1