Figma - Valuation: $19.5B
InVision - Valuation: $2B
Canva - Valuation: $40B
import { Leafer, Rect } from 'leafer-ui'
// Create an interactive app with a responsive window
const leafer = new Leafer({ view: window })
// Create a draggable rectangle
const rect = new Rect({
x: 100,
y: 100,
width: 200,
height: 200,
fill: '#32cd79',
draggable: true
})
leafer.add(rect)
GitHub







