1.0.3 • Published 7 years ago

worklet v1.0.3

Weekly downloads
2
License
ISC
Repository
github
Last release
7 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

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago