-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.zenodo.json
More file actions
38 lines (38 loc) · 1.24 KB
/
Copy path.zenodo.json
File metadata and controls
38 lines (38 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"title": "browser-image-tools: privacy-first, client-side image conversion and compression",
"description": "<p>A framework-agnostic TypeScript library that converts, compresses and encodes PNG, JPEG, WebP, AVIF, GIF and ICO images entirely in the browser using the Canvas API and WebAssembly codecs. Because all processing happens on the client, image data never leaves the user's device, making it suitable for privacy-sensitive and offline applications. The library is extracted from the production tools at https://cleanor.app/tools.</p>",
"upload_type": "software",
"access_right": "open",
"license": "mit",
"creators": [
{
"name": "Cleanor Labs",
"affiliation": "Cleanor Research Labs",
"orcid": "0009-0005-4623-961X"
}
],
"keywords": [
"image processing",
"image compression",
"image conversion",
"WebP",
"AVIF",
"WebAssembly",
"browser",
"client-side",
"privacy",
"TypeScript"
],
"related_identifiers": [
{
"identifier": "https://github.com/cleanor-app/browser-image-tools",
"relation": "isSupplementTo",
"scheme": "url"
},
{
"identifier": "https://cleanor.app/tools",
"relation": "isDocumentedBy",
"scheme": "url"
}
]
}