UNPKG

pixiv.moe

Version:

A pinterest-style layout site, shows illusts on [pixiv.net](http://pixiv.net) order by popularity. Written with React.

7 lines (6 loc) 134 B
declare module 'animation-frame' { class AnimationFrame { request(callback: () => void): void; } export = AnimationFrame; }