unblur
A tool to fix blurry text on WebKit-based browsers. With a given interval, dirty-checks for any elements with on them translate3d
and replaces it with translate
.
Installation
npm install --save unblur
Usage
Basic usage:
// add this code somewhere around the entry point of your application// this function can only be called once
One may also use optional parameters: