Skip to content

Instantly share code, notes, and snippets.

@YumaInaura
YumaInaura / MAC.md
Last active May 16, 2024 07:51
Mac OS — Edit image in clipboard directly with Preview

Mac OS — Edit image in clipboard directly with Preview

Copy a image to clipboard

For example

Command + Shift + Control to start screen short mode and copy to clipboard.

Example image

@khromov
khromov / service-worker.ts
Created April 10, 2023 21:17
SvelteKit service worker example
/// <reference types="@sveltejs/kit" />
/// <reference no-default-lib="true"/>
/// <reference lib="esnext" />
/// <reference lib="webworker" />
// https://kit.svelte.dev/docs/service-workers#type-safety
const sw = self as unknown as ServiceWorkerGlobalScope;
import { build, files, version } from '$service-worker';