import {Pixel} from './Pixel'
import {Size} from './Size'
export class StyleObject{
  constructor(
    url:String,
    size:Size,
    anchor:Pixel
  )
}