Skip to content

Commit 743eda5

Browse files
committed
Exporting feature
1 parent 5fa1bbe commit 743eda5

24 files changed

+1003
-106
lines changed

.claude/settings.local.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"mcp__chrome-devtools__evaluate_script"
5+
]
6+
}
7+
}

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reference-finder",
3-
"version": "4.7.3",
3+
"version": "4.8.0",
44
"description": "Find reference points and lines in crease patterns.",
55
"keywords": [
66
"origami"
@@ -43,13 +43,15 @@
4343
"i18next": "^26.0.3",
4444
"i18next-browser-languagedetector": "^8.2.1",
4545
"idb": "^8.0.3",
46+
"jspdf": "^4.2.1",
4647
"math-expression-evaluator": "^2.0.7",
4748
"probably-china": "^1.1.0",
4849
"rabbit-ear": "^0.9.32",
4950
"react": "^19.2.4",
5051
"react-chartjs-2": "^5.3.1",
5152
"react-dom": "^19.2.4",
5253
"react-i18next": "^17.0.2",
54+
"svg2pdf.js": "^2.7.0",
5355
"zustand": "^5.0.12"
5456
},
5557
"devDependencies": {
@@ -67,6 +69,7 @@
6769
"@types/react": "^19.2.14",
6870
"@types/react-dom": "^19.2.3",
6971
"@types/ungap__structured-clone": "^1.2.0",
72+
"@types/wicg-file-system-access": "^2023.10.7",
7073
"eslint": "^10.1.0",
7174
"eslint-plugin-react": "^7.37.5",
7275
"glob": "^13.0.6",

0 commit comments

Comments
 (0)