returnReact.createElement('div',{className:'mirador-ruler',style:{position:'absolute',color:this.zoomToColor(this.state.zooming)}},'I am a ruler')
returnReact.createElement('div',{className:'mirador-ruler',style:{position:'absolute',bottom:0,color:this.zoomToColor(this.state.zooming)}},'I am a ruler')
}
}
constmiradorRuler={
name:'miradorRuler',
component:MiradorRuler,
parent:'WindowViewer',
parent:'OpenSeadragonViewer',
mapStateToProps:({manifests},props)=>{
return{
manifests// return the part of the state I need here.