Skip to content

v2.5.0

Compare
Choose a tag to compare
@ssi02014 ssi02014 released this 25 Feb 20:53
· 64 commits to master since this release
77ebdd8
  • Deprecated iconSrc Props
  • Created ButtonIcon Props
    • I did so to be compatible with Next.js.
import icon from "../public/twitter.png";
import iconImage, { StaticImageData } from "next/image";

<ThumbnailGenerator
  buttonIcon={
    <Image src={iconImage} width={32} height={32} alt="buttonIcon" />
  }
  id="tg"
  modalPosition="left"
/>