Skip to content

Instantly share code, notes, and snippets.

@tikhiy
tikhiy / index.js
Created December 29, 2021 17:20
Save Brandmark As PNG From app.brandmark.io
// $0 = .logo-inner > svg
const FILENAME = "brandmark.png"
const HEIGHT = 3840
const SCALE = 1
const WIDTH = 3840
const OCTET_STREAM = "image/octet-stream"
const PNG = "image/png"
const SVG = "image/svg+xml"
const canvas = document.createElement("canvas")