sp-image-editor
Version:
React component version of filerobot image editor (FIE).
1 lines • 705 B
JavaScript
import{Stage}from"react-konva";import styled from"styled-components";var CanvasContainer=styled.div.withConfig({componentId:"sc-b1dy5h-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-b1dy5h-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-b1dy5h-2"})(["outline:none;background:",";"],function(a){var b=a.theme;return b.palette["bg-hover"]});export{CanvasContainer,StyledOrignalImage,StyledCanvasNode};