I hereby claim:
- I am saphes on github.
- I am nokkusuu (https://keybase.io/nokkusuu) on keybase.
- I have a public key ASCKqI5BFSgrG0R3tRM0uo0_IbRkHgu31C8nuiSoUf2Bwwo
To claim this, I am signing this object:
/* references code from discord-dyslexia to change font | |
https://github.com/DiscordStyles/discord-dyslexia | |
*/ | |
@import url(https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap); | |
::-webkit-input-placeholder, body, button, input, select, textarea { | |
font-family: 'Hanken Grotesk', sans-serif !important; | |
} |
I hereby claim:
To claim this, I am signing this object:
this is a purple theme for soundcloud to go alongside pawelos076232's "quite dark" theme
it's not perfect, but most orange things are now purple. some other things are cleaned up as well.
it must be hosted on github rather than userstyles as it imports a font.
if you're using chrome, install stylish for chrome.
if you're using firefox, install stylish for firefox.
if you're using something else, 😳.
I hereby claim:
To claim this, I am signing this object:
If you find something that fits here, leave it down in the comments! Make sure the content isn't illegally distributed, however, as it won't make it onto the list.
Mysteka's 1000 Followers Mini Pack (Serum Presets + Drums)
Flintwick's Spacebeans Sample Pack [toneden.io]
u/telekinetic_turtle's Glitch with Friends Pack [Reddit Post]
Strybo - Wild Sounds Vol. 1
It's a USB microphone. A bit expensive, but it's really good. I personally own this one and use it on a daily basis. Comes with a stand, but it's not that great. Pop filter is strongly recommended. https://www.amazon.com/Audio-Technica-ATR2500-USB-Cardioid-Condenser-Microphone/dp/B004QJREXM/
Very well known as a cheaper alternative to the Yeti.
/* | |
FIRST: MAKE SURE YOU HAVE IMAGEMAGICK INSTALLED | |
In this case, the variable imageBuffer represents a buffer containing image data to be processed. | |
It seems to work with most image filetypes, but I've had the most luck with PNG and JPEG. | |
The second parameter of the .in() method, in this case, is '50x50%', which means the source image will be scaled to 50% of its original size. | |
This can be changed to virtually anything, and you can even remove the % for pixel measurements. | |
The first parameter of the .toBuffer() method has to do with output format. Not sure what you'd put there for JPEG. It's probably 'JPEG' or 'JPG'. |