@thi.ng/pixel
Advanced tools
Comparing version 0.4.8 to 0.4.9
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.4.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/pixel@0.4.8...@thi.ng/pixel@0.4.9) (2020-12-07) | ||
**Note:** Version bump only for package @thi.ng/pixel | ||
## [0.4.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/pixel@0.4.7...@thi.ng/pixel@0.4.8) (2020-11-26) | ||
@@ -8,0 +16,0 @@ |
import { Fn, NumericArray } from "@thi.ng/api"; | ||
import { BlendFnFloat, BlitOpts, FloatFormat, FloatFormatSpec, PackedFormat } from "./api"; | ||
import type { BlendFnFloat, BlitOpts, FloatFormat, FloatFormatSpec, PackedFormat } from "./api"; | ||
import { PackedBuffer } from "./packed"; | ||
@@ -4,0 +4,0 @@ /** |
{ | ||
"name": "@thi.ng/pixel", | ||
"version": "0.4.8", | ||
"version": "0.4.9", | ||
"description": "Typed array backed, packed integer and unpacked floating point pixel buffers w/ customizable formats, blitting, dithering, conversions", | ||
@@ -52,6 +52,6 @@ "module": "./index.js", | ||
"dependencies": { | ||
"@thi.ng/api": "^6.13.3", | ||
"@thi.ng/api": "^6.13.4", | ||
"@thi.ng/checks": "^2.7.11", | ||
"@thi.ng/math": "^2.2.1", | ||
"@thi.ng/porter-duff": "^0.1.33" | ||
"@thi.ng/math": "^2.2.2", | ||
"@thi.ng/porter-duff": "^0.1.34" | ||
}, | ||
@@ -94,3 +94,3 @@ "files": [ | ||
}, | ||
"gitHead": "f1a636bafd0558f1a4c098dab39639708886a692" | ||
"gitHead": "b735cef6fb43db0f54ea8bb2a840d279225e95e0" | ||
} |
@@ -116,3 +116,3 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
[Search or submit any issues for this package](https://github.com/thi-ng/umbrella/issues?q=is%3Aissue+is%3Aopen+%5Bpixel%5D) | ||
[Search or submit any issues for this package](https://github.com/thi-ng/umbrella/issues?q=%5Bpixel%5D+in%3Atitle) | ||
@@ -234,4 +234,15 @@ ### Related packages | ||
If this project contributes to an academic publication, please cite it as: | ||
```bibtex | ||
@misc{thing-pixel, | ||
title = "@thi.ng/pixel", | ||
author = "Karsten Schmidt", | ||
note = "https://thi.ng/pixel", | ||
year = 2019 | ||
} | ||
``` | ||
## License | ||
© 2019 - 2020 Karsten Schmidt // Apache Software License 2.0 |
214809
247
Updated@thi.ng/api@^6.13.4
Updated@thi.ng/math@^2.2.2
Updated@thi.ng/porter-duff@^0.1.34