prepare email template
This commit is contained in:
@@ -113,7 +113,7 @@ class App {
|
||||
}
|
||||
|
||||
handleAnnotationsLoad(loadedAnnotations) {
|
||||
console.log('annotations loaded', loadedAnnotations.toJS())
|
||||
console.debug('annotations loaded', loadedAnnotations.toJS())
|
||||
}
|
||||
|
||||
handleAnnotationsChange() { }
|
||||
@@ -129,10 +129,12 @@ class App {
|
||||
const top = annotation.boundingBox.top - 20
|
||||
const width = 150
|
||||
const height = 75
|
||||
const timestamp = new Date()
|
||||
|
||||
const imageUrl = await this.Annotation.createAnnotationFrameBlob(
|
||||
this.currentReceiver.name,
|
||||
this.currentReceiver.signature,
|
||||
timestamp,
|
||||
width,
|
||||
height
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user