-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsaasify.json
More file actions
32 lines (32 loc) · 1.01 KB
/
saasify.json
File metadata and controls
32 lines (32 loc) · 1.01 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
{
"name": "jimp",
"services": [
{
"src": "src/process.ts",
"examples": [
{
"name": "Resize unsplash image",
"input": {
"url": "https://images.unsplash.com/photo-1574977102169-5c36ce5d4a29?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=934&q=80",
"ops": [["resize", 256, 256], ["quality", 60], ["grayscale"]]
}
}
]
}
],
"alias": "jimp",
"saas": {
"heading": "**A kick-ass API for image processing**",
"subheading": "Manipulate and optimize images using our comprehensive image API. Resize, mirror, grayscale & more.",
"logo": "./media/logo.svg",
"favicon": "./media/favicon.ico",
"theme": {
"name": "waves",
"backgroundImage": "https://images.unsplash.com/photo-1483728642387-6c3bdd6c93e5?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1955&q=80",
"buttonStyle": "rounded",
"wave": false,
"codeBlockDark": true,
"color": "#0969A2"
}
}
}