export class FakeData { // temporary hardcoded stuff //TODO: exchange with images over http --> implement images over http image = {height: 973.91998, width: 2038.5601, file_name: "../assets/W-II-1,131et132.jpg"}; text_field = {left: 358.805, top: 78.051, width: 662.761, height: 831.879}; manuscript = { title: 'W II 1', pages: [ { number: '131', metadata: [ { head: {description: 'Stellenkommentar'}, content: [{reference: '2', quote: 'Leben Thomas Carlyle’s', text: 'vgl. Froude, Das Leben Thomas Carlyles'}] }, { head: {description: 'Druckorte'}, content: [{reference: '24-34', text: 'KGW VIII 9[11]'}, {reference: '34-40', text: 'KGW VIII 9[12]'}] } ] } ] }; }