three-text 0.2.6 → 0.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "three-text",
3
- "version": "0.2.6",
3
+ "version": "0.2.8",
4
4
  "description": "3D font rendering and text layout engine for the web",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",
@@ -50,6 +50,7 @@
50
50
  "prepublishOnly": "npm run clean && npm run test:build && npm run build",
51
51
  "test": "vitest run",
52
52
  "test:build": "node scripts/verifyBuild.mjs",
53
+ "benchmark": "THREE_TEXT_LOG=true vitest run test/pipelinePerf.test.ts",
53
54
  "format": "prettier --write \"**/*.{js,ts,json,md}\"",
54
55
  "format:check": "prettier --check \"**/*.{js,ts,json,md}\""
55
56
  },