collageify
Version:
accepts images, creates a collage, and downloads it as a file, get the dominant colors in the uploaded image
17 lines (16 loc) • 385 B
JSON
{
"compilerOptions": {
"target": "ES2020",
"module": "ESNext",
"moduleResolution": "Node",
"lib": ["DOM", "ES2020"],
"declaration": true,
"outDir": "dist",
"strict": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true
},
"include": ["src"],
"exclude": ["node_modules", "dist"]
}