Skip to content

Commit

Permalink
Merge pull request #627 from AFP-Medialab/c2pa-afp-reverse-search
Browse files Browse the repository at this point in the history
C2pa afp reverse search
  • Loading branch information
Sallaa authored Oct 30, 2024
2 parents d359106 + 79bde3d commit 6dc7061
Show file tree
Hide file tree
Showing 15 changed files with 1,437 additions and 441 deletions.
66 changes: 48 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,16 @@
"@types/chrome": "^0.0.272",
"@wavesurfer/react": "^1.0.7",
"axios": "^1.7.7",
"c2pa": "^0.24.1",
"buffer": "^6.0.3",
"c2pa": "^0.17.5",
"chart.js": "^4.4.4",
"chartjs-adapter-dayjs-4": "^1.0.4",
"clsx": "^2.1.1",
"d3-selection": "^3.0.0",
"dateformat": "^5.0.3",
"dayjs": "^1.11.13",
"exif-js": "^2.3.0",
"exifr": "^7.1.3",
"file-saver": "^2.0.5",
"history": "^5.3.0",
"html2canvas": "^1.4.1",
Expand Down
2 changes: 1 addition & 1 deletion public/c2paAssets/c2pa.worker.min.js

Large diffs are not rendered by default.

Binary file modified public/c2paAssets/toolkit_bg.wasm
Binary file not shown.
8 changes: 6 additions & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,12 @@
},
"web_accessible_resources": [
{
"resources": [ "toolkit_bg.wasm" ],
"matches": [ "<all_urls>" ]
"resources": [
"toolkit_bg.wasm"
],
"matches": [
"<all_urls>"
]
}
]
}
Loading

0 comments on commit 6dc7061

Please sign in to comment.