Appearance
FullNoun
Use this component to render a full noun
FullNoun with background
html
<FullNoun
body="bege-crt"
head="ape"
accessories="bird-side"
glasses="square-black-rgb"
bg-color="d5d7e1"
></FullNoun>
FullNoun without background
html
<FullNoun
body="bege-crt"
head="ape"
accessories="bird-side"
glasses="square-black-rgb"
></FullNoun>
FullNoun Fit Bounds
html
<FullNoun
body="bege-crt"
head="ape"
accessories="bird-side"
glasses="square-black-rgb"
fit-to-bounds
></FullNoun>
FullNoun, Render as an IMG instead of SVG
html
<FullNoun
body="bege-crt"
head="ape"
accessories="bird-side"
glasses="square-black-rgb"
bg-color="d5d7e1"
render-type="img"
></FullNoun>