How do people upload raw SVG files to Scratch? I want to know how

P.S. Don’t just say “use Scratch Addons“. I don’t want to install it atm

comments

I think there’s a bookmarklet somewhere

I get the right size and export off figma

Assuming you mean to assets: MD5 hash the file and POST the file to https://assets.scratch.mit.edu/[hash].svg with your scratchsessionid (and probably scratchcsrftoken).

use Scratch Addons

Alternatively, you can make/import the image as a costume in the paint editor and save the project while looking at the network log (in your browser’s developer tools) to get the uploaded asset’s URL,

I think I’ve tried that and IIRC it doesn’t really work very well