react-vfx
v1.0.0
Published
Renamed to @vfx-js/react. This package re-exports @vfx-js/react for backward compatibility.
Downloads
2,830
Readme
react-vfx
This package has been renamed to
@vfx-js/react.This
react-vfxpackage now re-exports@vfx-js/reactfor backward compatibility. New projects should depend on@vfx-js/reactdirectly.
Migrating
npm uninstall react-vfx
npm install @vfx-js/reactThen update your imports:
- import { VFXProvider, VFXImg } from "react-vfx";
+ import { VFXProvider, VFXImg } from "@vfx-js/react";The two packages export exactly the same API. Switching is a pure rename.
Staying on the legacy 0.x API
If you need the pre-1.0 API, pin [email protected]:
{
"dependencies": {
"react-vfx": "0.18.x"
}
}Documentation
See the main project: https://github.com/fand/vfx-js
