canvas-hypertxt
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "canvas-hypertxt", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "The fastest way to layout wrapped text on a HTML5 canvas", | ||
@@ -11,7 +11,7 @@ "sideEffects": false, | ||
"browser": "dist/js/index.js", | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/js/index.js", | ||
"main": "dist/cjs/index.cjs", | ||
"module": "dist/js/index.cjs", | ||
"types": "dist/ts/index.d.ts", | ||
"exports": { | ||
"import": "./dist/js/index.js", | ||
"import": "./dist/js/index.cjs", | ||
"require": "./dist/cjs/index.js" | ||
@@ -18,0 +18,0 @@ }, |
40890