UNPKG

react-image-editor-q

Version:
1 lines 634 B
import{Stage}from"react-konva";import styled from"styled-components";var CanvasContainer=styled.div.withConfig({componentId:"sc-katekv-0"})(["width:100%;position:relative;height:calc(100% - 112px - 16px);overflow:hidden;min-height:250px;padding:16px;flex-grow:1;"]),StyledOrignalImage=styled.img.withConfig({componentId:"sc-katekv-1"})(["max-width:98%;max-height:98%;box-shadow:0 0 0 5px rgba(0,0,0,0.1);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;"]),StyledCanvasNode=styled(Stage).withConfig({componentId:"sc-katekv-2"})(["outline:none;"]);export{CanvasContainer,StyledOrignalImage,StyledCanvasNode};