@thi.ng/porter-duff
Advanced tools
Comparing version 2.1.74 to 2.1.75
# Change Log | ||
- **Last updated**: 2024-03-27T09:53:45Z | ||
- **Last updated**: 2024-04-08T14:59:29Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/porter-duff", | ||
"version": "2.1.74", | ||
"version": "2.1.75", | ||
"description": "Porter-Duff operators for packed ints & float-array alpha compositing", | ||
@@ -39,4 +39,4 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.9.31", | ||
"@thi.ng/math": "^5.10.8" | ||
"@thi.ng/api": "^8.10.0", | ||
"@thi.ng/math": "^5.10.9" | ||
}, | ||
@@ -93,3 +93,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "feb3b24654f2c931cd3c3308c1c0c807ee14d0e4\n" | ||
"gitHead": "85ac4bd4d6d89f8e3689e2863d5bea0cecdb371c\n" | ||
} |
@@ -10,3 +10,3 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
> [!NOTE] | ||
> This is one of 190 standalone projects, maintained as part | ||
> This is one of 191 standalone projects, maintained as part | ||
> of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo | ||
@@ -69,4 +69,10 @@ > and anti-framework. | ||
ES module import: | ||
ESM import: | ||
```ts | ||
import * as pd from "@thi.ng/porter-duff"; | ||
``` | ||
Browser ESM import: | ||
```html | ||
@@ -81,3 +87,3 @@ <script type="module" src="https://cdn.skypack.dev/@thi.ng/porter-duff"></script> | ||
```js | ||
const porterDuff = await import("@thi.ng/porter-duff"); | ||
const pd = await import("@thi.ng/porter-duff"); | ||
``` | ||
@@ -84,0 +90,0 @@ |
42866
221
Updated@thi.ng/api@^8.10.0
Updated@thi.ng/math@^5.10.9