Preserve QPowerPoint slide transitions in PPTX
This commit is contained in:
@@ -88,6 +88,7 @@ export interface Slide {
|
||||
notes: string;
|
||||
theme: "classic" | "ocean" | "graphite";
|
||||
hidden?: boolean;
|
||||
transition?: SlideTransition;
|
||||
backgroundColor?: string;
|
||||
titleColor?: string;
|
||||
titleFontSize?: number;
|
||||
@@ -98,6 +99,8 @@ export interface Slide {
|
||||
images?: SlideImage[];
|
||||
}
|
||||
|
||||
export type SlideTransition = "fade" | "push" | "wipe";
|
||||
|
||||
export interface SlideImage {
|
||||
id: string;
|
||||
src: string;
|
||||
|
||||
Reference in New Issue
Block a user