Skip to content

Instantly share code, notes, and snippets.

View YoannBuzenet's full-sized avatar

Yoann Buzenet YoannBuzenet

View GitHub Profile
@YoannBuzenet
YoannBuzenet / endpoint.js
Created August 18, 2022 20:20
Node endpoint to crop image with sharp
fastify.post(
"/",
{
schema: {
body: {
required: ["name", "credits", "language", "image"],
properties: {
name: { type: "string" },
credits: { type: "string" },
language: { type: "string" },