imgToOp abstract method

List<Operation> imgToOp(
  1. Element element
)

Converts an image HTML element (<img>) to Delta operations.

Implementation

List<Operation> imgToOp(dom.Element element);