UNPKG

@cs-open/react-fabric

Version:
1 lines 575 B
{"version":3,"file":"useZoom.mjs","sources":["../../../src/hooks/useZoom.ts"],"sourcesContent":["import { shallow } from 'zustand/shallow'\nimport { useStore } from '../hooks/useStore'\nimport type { ReactFabricState } from '../types/store'\n\nconst nodesSelector = (state: ReactFabricState) => state.zoom\n\nexport function useZoom(): number {\n const zoom = useStore(nodesSelector, shallow)\n\n return zoom\n}\n"],"names":["nodesSelector","state","useZoom","useStore","shallow"],"mappings":"iGAIA,MAAMA,EAAiBC,GAA4BA,EAAM,cAEzCC,GAAkB,CAGhC,OAFaC,EAASH,EAAeI,CAAO,CAG9C"}