@thi.ng/porter-duff
Advanced tools
Comparing version 0.1.20 to 0.1.21
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.1.21](https://github.com/thi-ng/umbrella/compare/@thi.ng/porter-duff@0.1.20...@thi.ng/porter-duff@0.1.21) (2020-06-14) | ||
**Note:** Version bump only for package @thi.ng/porter-duff | ||
## [0.1.20](https://github.com/thi-ng/umbrella/compare/@thi.ng/porter-duff@0.1.19...@thi.ng/porter-duff@0.1.20) (2020-06-01) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@thi.ng/porter-duff", | ||
"version": "0.1.20", | ||
"version": "0.1.21", | ||
"description": "Porter-Duff operators for packed ints & float-array alpha compositing", | ||
@@ -46,4 +46,4 @@ "module": "./index.js", | ||
"dependencies": { | ||
"@thi.ng/api": "^6.11.0", | ||
"@thi.ng/math": "^1.7.10", | ||
"@thi.ng/api": "^6.11.1", | ||
"@thi.ng/math": "^1.7.11", | ||
"tslib": "^1.12.0" | ||
@@ -77,3 +77,3 @@ }, | ||
}, | ||
"gitHead": "a25c4eed5fba2c7d1fddb02dd706bae534affc93" | ||
"gitHead": "ddf9b8b67d3d60bcca88143528ee33b843cc089e" | ||
} |
import { clamp, clamp01 } from "@thi.ng/math"; | ||
import { postmultiply, postmultiplyInt, premultiply, premultiplyInt } from "./premultiply"; | ||
import { postmultiply, postmultiplyInt, premultiply, premultiplyInt, } from "./premultiply"; | ||
import { setC4, setN4 } from "./utils"; | ||
@@ -4,0 +4,0 @@ const min = Math.min; |
69798
Updated@thi.ng/api@^6.11.1
Updated@thi.ng/math@^1.7.11