import store from "@lincode/reactivity"

export const [setBloomStrength, getBloomStrength] = store(0.5)
