feat: toggle tool settings

This commit is contained in:
trafficlunar 2024-12-26 22:14:57 +00:00
parent ab88691838
commit 99bfd58c49
4 changed files with 48 additions and 12 deletions

View file

@ -7,6 +7,9 @@ interface Props {
const defaultSettings: Settings = {
grid: true,
canvasBorder: false,
colorPicker: false,
radiusChanger: true,
blockSelector: true,
};
export const SettingsContext = createContext({