Remove id from media
This commit is contained in:
@ -9,7 +9,6 @@ import { Anchor } from "./anchor";
|
||||
function createDrawing(drawingOptions: IDrawingOptions): Anchor {
|
||||
return new Anchor(
|
||||
{
|
||||
referenceId: 1,
|
||||
fileName: "test.png",
|
||||
stream: new Buffer(""),
|
||||
dimensions: {
|
||||
|
Reference in New Issue
Block a user