Skip to content

Instantly share code, notes, and snippets.

View Jerakin's full-sized avatar
🔥
Makin'

Jerakin

🔥
Makin'
View GitHub Profile
@Jerakin
Jerakin / discord-embed.html
Last active June 22, 2021 15:04
Discord Embed
<html lang="en">
<head>
<meta content="Nuts for Tokens - Commander (Toski, Bearer of Secrets)" property="og:title">
<meta content="Toski is ready and able to lure in the enemy so your army can get through. Watch out for his hammer!" property="og:description">
<meta content='https://assets.moxfield.net/cards/card-Yoej2-art_crop.jpg' property='og:image'>
<meta name="theme-color" content="#E85485">
<link type="application/json+oembed" href="https://gist.githubusercontent.com/Jerakin/c7e93b35fd360ed9775c8a595ad1d7c8/raw/927c3f555b80e091c33806aaf55d055bdfc2b630/discord-embed.json" />
</head>
</html>
@Jerakin
Jerakin / ps-export-layers-to-png.jsx
Last active January 6, 2020 12:31 — forked from tomekc/ps-export-layers-to-png.jsx
Photoshop script that exports to PNG all layers and groups whose names end with ".png".
#target photoshop
// $.level = 2;
/*
* Script by Tomek Cejner (tomek (at) japko dot info)
* based on work of Damien van Holten:
* http://www.damienvanholten.com/blog/export-groups-to-files-photoshop/
*
* My version adds support of nested layer groups,
* and exports single layers in addition to groups.