UNPKG

@adoratorio/apollo

Version:

A JS library for custom cursor

10 lines 256 B
import CSSRender from "./css-render"; import TargetsDetection from "./targets-detection"; const plugins = { CSSRender, TargetsDetection, }; export { CSSRender }; export { TargetsDetection }; export default plugins; //# sourceMappingURL=index.js.map