Skip to main content
const canvas = document.getElementById('canvas')
canopy.visualise(canvas)
// or
canopy.visualise()
This is to turn on the visual side of your avatar. You can pass a canvas or let Canopy create one for you. If you pass a canvas, it will be used to render the avatar. You can also style the canvas element using CSS .

Parameters

canvas
string
A DOM Node for a Canvas Element