UNPKG

react-typing-animation

Version:

[![npm version](https://img.shields.io/npm/v/react-typing-animation.svg)](https://npm.im/react-typing-animation) ![Licence](https://img.shields.io/npm/l/react-typing-animation.svg)

15 lines (10 loc) 210 B
import React from 'react'; const Speed = () => <noscript />; Speed.updateCursor = (cursor, { ms }) => { return { ...cursor, speed: ms, }; }; Speed.getName = () => 'Speed'; export default Speed;