Skip to content

Instantly share code, notes, and snippets.

View careless10's full-sized avatar
🏠
Learning

Menawer careless10

🏠
Learning
View GitHub Profile
import * as Sentry from "@sentry/node";
import imagemin from "imagemin";
import mozjpeg from "imagemin-mozjpeg";
import sharp from "sharp";
import isJpg from "is-jpg";
import * as aws from "aws-sdk";
import { Upload } from "../../types/graphqlUtils";
import { generateFilename } from "./generateFilename";
export const s3 = new aws.S3({
@Konfuze
Konfuze / kuwait-governorates.json
Last active March 16, 2022 00:48
Kuwait Governorates and Areas
[
{
"title":{
"en":"Capital Governorate"
},
"areas":[
{
"en":"Abdullah as-Salim suburb",
"ar":"ضاحية عبد الله السالم"
},