ourzora / nft-metadata

generic nft metadata parsers
MIT License
65 stars 13 forks source link

Support `image_data` opensea extension #30

Closed iainnash closed 2 years ago

iainnash commented 2 years ago

image_data is an opensea extension for json metadata that allows image data for SVGs to not be base64 encoded.


image_data | Raw SVG image data, if you want to generate images on the fly (not recommended). Only use this if you're not including the image parameter.
-- | --
iainnash commented 2 years ago

32