1.0.3 • Published 6 years ago

worklet v1.0.3

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

Worklet

Use the CSS "houdini" API today with this easy wrapper!

Example

const worklet = require('worklet')
const element = document.getElementById('target')

worklet.registerPaint(element, (ctx, dimensions) => {
    ctx.fillRect(0, 0, 10, 10)
})
1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago