fix cache
add font propertie to rust text paint layout improvements
This commit is contained in:
@@ -7,7 +7,7 @@ interface FontsStore {
|
||||
|
||||
const useFontsStore = create<FontsStore>((set) => ({
|
||||
fonts: [],
|
||||
setFonts: (fonts) => ({ fonts }),
|
||||
setFonts: (fonts) => set({ fonts }),
|
||||
}));
|
||||
|
||||
export { useFontsStore };
|
||||
|
||||
@@ -7,7 +7,7 @@ interface TimelineStore {
|
||||
}
|
||||
|
||||
const useTimelineStore = create<TimelineStore>((set) => ({
|
||||
fps: 120,
|
||||
fps: 30,
|
||||
size: [1280, 720],
|
||||
duration: 10.0,
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user