ndarray-pixels
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "ndarray-pixels", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "ndarray-pixels", | ||
"main": "./dist/ndarray-pixels.js", | ||
"module": "./dist/ndarray-pixels.modern.js", | ||
"module": "./dist/ndarray-pixels-browser.modern.js", | ||
"types": "./dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"browser": "./dist/ndarray-pixels.modern.js", | ||
"browser": "./dist/ndarray-pixels-browser.modern.js", | ||
"require": "./dist/ndarray-pixels.js" | ||
@@ -12,0 +12,0 @@ } |
@@ -88,3 +88,3 @@ # ndarray-pixels | ||
Defined in: [index.ts:17](https://github.com/donmccurdy/ndarray-pixels/blob/00cf2af/src/index.ts#L17) | ||
Defined in: [index.ts:17](https://github.com/donmccurdy/ndarray-pixels/blob/b915d49/src/index.ts#L17) | ||
@@ -115,3 +115,3 @@ ___ | ||
Defined in: [index.ts:48](https://github.com/donmccurdy/ndarray-pixels/blob/00cf2af/src/index.ts#L48) | ||
Defined in: [index.ts:48](https://github.com/donmccurdy/ndarray-pixels/blob/b915d49/src/index.ts#L48) | ||
<!--- API END ---> |
57620