UNPKG

@wordpress/block-library

Version:
12 lines (11 loc) 237 B
export function imageFillStyles( url, focalPoint ) { return url ? { objectPosition: focalPoint ? `${ Math.round( focalPoint.x * 100 ) }% ${ Math.round( focalPoint.y * 100 ) }%` : `50% 50%`, } : {}; }