For the complete documentation index, see llms.txt. This page is also available as Markdown.

NFTSVG

Provides a function for generating an SVG associated with a Dragonswap NFT

Functions

generateSVG

  function generateSVG(
  ) internal returns (string svg)

getCurve

  function getCurve(
  ) internal returns (string curve)

generateSVGCurveCircle

  function generateSVGCurveCircle(
  ) internal returns (string svg)

rangeLocation

  function rangeLocation(
  ) internal returns (string, string)

isRare

  function isRare(
  ) internal returns (bool)

Last updated