Progress on embeddding image
This commit is contained in:
@ -1,10 +1 @@
|
||||
import { XmlComponent } from "file/xml-components";
|
||||
import { Pic } from "./pic";
|
||||
|
||||
export class GraphicData extends XmlComponent {
|
||||
|
||||
constructor(referenceId: number) {
|
||||
super("a:graphicData");
|
||||
this.root.push(new Pic(referenceId));
|
||||
}
|
||||
}
|
||||
export * from "./graphic-data";
|
||||
|
Reference in New Issue
Block a user