import store from "@lincode/reactivity"

export const [setMotionBlurStrength, getMotionBlurStrength] = store(0.5)
