I have created a custom blot for image which is working fine:
class Image123 extends InlineBlot { static create() {... } static value() { ... } ..