[{"data":1,"prerenderedAt":7386},["Reactive",2],{"navigation":3,"docs-/providers/unsplash":112,"docs-/providers/unsplash-surround":258},[4,17,30,102],{"title":5,"_path":6,"children":7},"Get Started","/get-started",[8,11,14],{"title":9,"_path":10},"Installation","/get-started/installation",{"title":12,"_path":13},"Configuration","/get-started/configuration",{"title":15,"_path":16},"Providers","/get-started/providers",{"title":18,"_path":19,"children":20},"Usage","/usage",[21,24,27],{"title":22,"_path":23},"\u003CNuxtImg>","/usage/nuxt-img",{"title":25,"_path":26},"\u003CNuxtPicture>","/usage/nuxt-picture",{"title":28,"_path":29},"useImage()","/usage/use-image",{"title":15,"_path":31,"children":32},"/providers",[33,36,39,42,45,48,51,54,57,60,63,66,69,72,75,78,81,84,87,90,93,96,99],{"title":34,"_path":35},"Cloudflare","/providers/cloudflare",{"title":37,"_path":38},"Cloudimage","/providers/cloudimage",{"title":40,"_path":41},"Cloudinary","/providers/cloudinary",{"title":43,"_path":44},"Contentful","/providers/contentful",{"title":46,"_path":47},"Directus","/providers/directus",{"title":49,"_path":50},"Edgio","/providers/edgio",{"title":52,"_path":53},"Fastly","/providers/fastly",{"title":55,"_path":56},"Glide","/providers/glide",{"title":58,"_path":59},"Gumlet","/providers/gumlet",{"title":61,"_path":62},"ImageEngine","/providers/imageengine",{"title":64,"_path":65},"ImageKit","/providers/imagekit",{"title":67,"_path":68},"Imgix","/providers/imgix",{"title":70,"_path":71},"IPX","/providers/ipx",{"title":73,"_path":74},"Netlify","/providers/netlify",{"title":76,"_path":77},"Prepr","/providers/prepr",{"title":79,"_path":80},"Prismic","/providers/prismic",{"title":82,"_path":83},"Sanity","/providers/sanity",{"title":85,"_path":86},"Storyblok","/providers/storyblok",{"title":88,"_path":89},"Strapi","/providers/strapi",{"title":91,"_path":92},"Twicpics","/providers/twicpics",{"title":94,"_path":95},"Unsplash","/providers/unsplash",{"title":97,"_path":98},"Uploadcare","/providers/uploadcare",{"title":100,"_path":101},"Vercel","/providers/vercel",{"title":103,"_path":104,"children":105},"Advanced","/advanced",[106,109],{"title":107,"_path":108},"Custom Provider","/advanced/custom-provider",{"title":110,"_path":111},"Static Images","/advanced/static-images",{"_path":95,"_dir":113,"_draft":114,"_partial":114,"_locale":115,"_empty":114,"title":94,"description":116,"body":117,"_type":253,"_id":254,"_source":255,"_file":256,"_extension":257},"providers",false,"","Nuxt Image has first class integration with Unsplash.",{"type":118,"children":119,"toc":248},"root",[120,147,154,159,164,175,181,186,239],{"type":121,"tag":122,"props":123,"children":124},"element","p",{},[125,128,136,138,145],{"type":126,"value":127},"text","Integration between ",{"type":121,"tag":129,"props":130,"children":134},"a",{"href":131,"rel":132},"https://unsplash.com/documentation#dynamically-resizable-images",[133],"nofollow",[135],{"type":126,"value":94},{"type":126,"value":137}," and the image module. See ",{"type":121,"tag":129,"props":139,"children":142},{"href":140,"rel":141},"https://unsplash.com/license",[133],[143],{"type":126,"value":144},"Unsplash License",{"type":126,"value":146}," for what usage is permitted.",{"type":121,"tag":148,"props":149,"children":151},"h2",{"id":150},"dynamically-resizable-images",[152],{"type":126,"value":153},"Dynamically resizable images",{"type":121,"tag":122,"props":155,"children":156},{},[157],{"type":126,"value":158},"Every image returned by the Unsplash API is a dynamic image URL, which means that it can be manipulated to create new transformations of the image by simply adjusting the query parameters of the image URL.",{"type":121,"tag":122,"props":160,"children":161},{},[162],{"type":126,"value":163},"This enables resizing, cropping, compression, and changing the format of the image in realtime client-side, without any API calls.",{"type":121,"tag":122,"props":165,"children":166},{},[167,169,173],{"type":126,"value":168},"Under the hood, Unsplash uses ",{"type":121,"tag":129,"props":170,"children":171},{"href":68},[172],{"type":126,"value":67},{"type":126,"value":174},", a powerful image manipulation service to provide dynamic image URLs.",{"type":121,"tag":148,"props":176,"children":178},{"id":177},"supported-parameters",[179],{"type":126,"value":180},"Supported parameters",{"type":121,"tag":122,"props":182,"children":183},{},[184],{"type":126,"value":185},"Unsplash officially support the parameters:",{"type":121,"tag":122,"props":187,"children":188},{},[189,195,197,202,204,209,211,216,218,223,225,230,232,237],{"type":121,"tag":190,"props":191,"children":192},"code-inline",{},[193],{"type":126,"value":194},"w, h",{"type":126,"value":196},": for adjusting the width and height of a photo\n",{"type":121,"tag":190,"props":198,"children":199},{},[200],{"type":126,"value":201},"crop",{"type":126,"value":203},": for applying cropping to the photo\n",{"type":121,"tag":190,"props":205,"children":206},{},[207],{"type":126,"value":208},"fm",{"type":126,"value":210},": for converting image format\n",{"type":121,"tag":190,"props":212,"children":213},{},[214],{"type":126,"value":215},"auto=format",{"type":126,"value":217},": for automatically choosing the optimal image format depending on user browser\n",{"type":121,"tag":190,"props":219,"children":220},{},[221],{"type":126,"value":222},"q",{"type":126,"value":224},": for changing the compression quality when using lossy file formats\n",{"type":121,"tag":190,"props":226,"children":227},{},[228],{"type":126,"value":229},"fit",{"type":126,"value":231},": for changing the fit of the image within the specified dimensions\n",{"type":121,"tag":190,"props":233,"children":234},{},[235],{"type":126,"value":236},"dpr",{"type":126,"value":238},": for adjusting the device pixel ratio of the image\nThe other parameters offered by Imgix can be used, but we don’t officially support them and may remove support for them at any time in the future.",{"type":121,"tag":240,"props":241,"children":242},"blockquote",{},[243],{"type":121,"tag":122,"props":244,"children":245},{},[246],{"type":126,"value":247},"💫 Tip\nThe API returns image URLs containing an ixid parameter. All resizing and manipulations of image URLs must keep this parameter as it allows for your application to report photo views and be compliant with the API Guidelines.",{"title":115,"searchDepth":249,"depth":249,"links":250},2,[251,252],{"id":150,"depth":249,"text":153},{"id":177,"depth":249,"text":180},"markdown","content:3.providers:unsplash.md","content","3.providers/unsplash.md","md",[259,6257],{"_path":92,"_dir":113,"_draft":114,"_partial":114,"_locale":115,"_empty":114,"title":91,"description":260,"body":261,"_type":253,"_id":6255,"_source":255,"_file":6256,"_extension":257},"Nuxt Image internally use Twicpics as static provider.",{"type":118,"children":262,"toc":6233},[263,275,281,291,296,335,383,389,402,408,435,650,656,674,679,700,719,731,736,870,875,1024,1029,1180,1193,1358,1363,1381,1390,1407,1412,1423,1533,1544,1655,1668,1673,1678,1697,1713,1724,1739,1744,1847,1859,1863,1872,1891,1895,2007,2171,2183,2189,2212,2369,2380,2384,2399,2433,2862,2880,2884,2893,2902,3293,3309,3313,3322,3333,3356,3844,3854,3870,3875,3884,3889,3900,3917,4283,4299,4303,4312,4334,4644,4660,4664,4669,4690,5476,5492,5498,5510,5515,5519,5524,5543,5548,5659,5664,5682,5687,5826,5832,5837,5994,6005,6162,6168,6182,6215,6228],{"type":121,"tag":122,"props":264,"children":265},{},[266,267,273],{"type":126,"value":127},{"type":121,"tag":129,"props":268,"children":271},{"href":269,"rel":270},"https://www.twicpics.com/?utm_source=nuxt&utm_medium=organic&utm_campaign=provider",[133],[272],{"type":126,"value":91},{"type":126,"value":274}," and the image module.",{"type":121,"tag":148,"props":276,"children":278},{"id":277},"what-is-twicpics",[279],{"type":126,"value":280},"What is TwicPics?",{"type":121,"tag":122,"props":282,"children":283},{},[284,289],{"type":121,"tag":129,"props":285,"children":287},{"href":269,"rel":286},[133],[288],{"type":126,"value":91},{"type":126,"value":290}," is a Responsive Image Service Solution (SaaS) that enables on-demand responsive image generation.",{"type":121,"tag":122,"props":292,"children":293},{},[294],{"type":126,"value":295},"Using the TwicPics Provider you can, out of the box, benefit from at least :",{"type":121,"tag":297,"props":298,"children":299},"ul",{},[300,306],{"type":121,"tag":301,"props":302,"children":303},"li",{},[304],{"type":126,"value":305},"performance of our network: global CDN, optimized protocols and competitive caching",{"type":121,"tag":301,"props":307,"children":308},{},[309,311,321,323,333],{"type":126,"value":310},"ideal compression: modern technology and Next-Gen formats (TwicPics delivers ",{"type":121,"tag":129,"props":312,"children":315},{"href":313,"rel":314},"https://en.wikipedia.org/wiki/WebP",[133],[316],{"type":121,"tag":190,"props":317,"children":318},{},[319],{"type":126,"value":320},"WebP",{"type":126,"value":322}," natively for accounting browsers and can also delivers ",{"type":121,"tag":129,"props":324,"children":327},{"href":325,"rel":326},"https://en.wikipedia.org/wiki/AVIF",[133],[328],{"type":121,"tag":190,"props":329,"children":330},{},[331],{"type":126,"value":332},"avif",{"type":126,"value":334},")",{"type":121,"tag":122,"props":336,"children":337},{},[338,340,346,348,354,355,361,362,368,369,374,375,381],{"type":126,"value":339},"And using the TwicPics API, you will be able to access all these features: ",{"type":121,"tag":129,"props":341,"children":343},{"href":342},"#focus",[344],{"type":126,"value":345},"smart cropping with TwicPics focus auto",{"type":126,"value":347},", ",{"type":121,"tag":129,"props":349,"children":351},{"href":350},"#truecolor",[352],{"type":126,"value":353},"true color",{"type":126,"value":347},{"type":121,"tag":129,"props":356,"children":358},{"href":357},"#flip",[359],{"type":126,"value":360},"flip",{"type":126,"value":347},{"type":121,"tag":129,"props":363,"children":365},{"href":364},"#turn",[366],{"type":126,"value":367},"turn",{"type":126,"value":347},{"type":121,"tag":129,"props":370,"children":372},{"href":371},"#crop",[373],{"type":126,"value":201},{"type":126,"value":347},{"type":121,"tag":129,"props":376,"children":378},{"href":377},"#zoom",[379],{"type":126,"value":380},"zoom",{"type":126,"value":382},".",{"type":121,"tag":148,"props":384,"children":386},{"id":385},"requirement",[387],{"type":126,"value":388},"Requirement",{"type":121,"tag":122,"props":390,"children":391},{},[392,394,401],{"type":126,"value":393},"The only requirement is to have a TwicPics account.\nIf you don't already have one, you can easily ",{"type":121,"tag":129,"props":395,"children":398},{"href":396,"rel":397},"https://account.twicpics.com/signup/?utm_source=nuxt&utm_medium=organic&utm_campaign=provider",[133],[399],{"type":126,"value":400},"create your own TwicPics account for free",{"type":126,"value":382},{"type":121,"tag":148,"props":403,"children":405},{"id":404},"setup",[406],{"type":126,"value":407},"Setup",{"type":121,"tag":122,"props":409,"children":410},{},[411,413,418,420,425,427,434],{"type":126,"value":412},"You just need to configure the ",{"type":121,"tag":190,"props":414,"children":415},{},[416],{"type":126,"value":417},"TwicPics",{"type":126,"value":419}," provider with the ",{"type":121,"tag":190,"props":421,"children":422},{},[423],{"type":126,"value":424},"baseURL",{"type":126,"value":426}," set to your TwicPics ",{"type":121,"tag":129,"props":428,"children":431},{"href":429,"rel":430},"https://www.twicpics.com/docs/getting-started/subdomain/?utm_source=nuxt&utm_medium=organic&utm_campaign=provider",[133],[432],{"type":126,"value":433},"Domain",{"type":126,"value":382},{"type":121,"tag":436,"props":437,"children":443},"code",{"className":438,"code":440,"filename":441,"language":442,"meta":115},[439],"language-ts","export default defineNuxtConfig({\n  image: {\n    twicpics: {\n      baseURL: 'https://\u003Cyour-twicpics-domain>/'\n      // Feel free to use our demo domain to try the following examples.\n      // baseUrl: 'https://demo.twic.pics/'\n    }\n  }\n})\n","nuxt.config.ts","ts",[444],{"type":121,"tag":445,"props":446,"children":447},"pre",{},[448],{"type":121,"tag":436,"props":449,"children":450},{"__ignoreMap":115},[451,495,522,548,585,599,612,625,637],{"type":121,"tag":452,"props":453,"children":456},"span",{"class":454,"line":455},"line",1,[457,463,469,474,478,484,489],{"type":121,"tag":452,"props":458,"children":460},{"class":459},"ct-064524",[461],{"type":126,"value":462},"export",{"type":121,"tag":452,"props":464,"children":466},{"class":465},"ct-770753",[467],{"type":126,"value":468}," ",{"type":121,"tag":452,"props":470,"children":471},{"class":459},[472],{"type":126,"value":473},"default",{"type":121,"tag":452,"props":475,"children":476},{"class":465},[477],{"type":126,"value":468},{"type":121,"tag":452,"props":479,"children":481},{"class":480},"ct-750008",[482],{"type":126,"value":483},"defineNuxtConfig",{"type":121,"tag":452,"props":485,"children":486},{"class":465},[487],{"type":126,"value":488},"(",{"type":121,"tag":452,"props":490,"children":492},{"class":491},"ct-209289",[493],{"type":126,"value":494},"{\n",{"type":121,"tag":452,"props":496,"children":497},{"class":454,"line":249},[498,503,509,514,518],{"type":121,"tag":452,"props":499,"children":500},{"class":465},[501],{"type":126,"value":502},"  ",{"type":121,"tag":452,"props":504,"children":506},{"class":505},"ct-007771",[507],{"type":126,"value":508},"image",{"type":121,"tag":452,"props":510,"children":511},{"class":491},[512],{"type":126,"value":513},":",{"type":121,"tag":452,"props":515,"children":516},{"class":465},[517],{"type":126,"value":468},{"type":121,"tag":452,"props":519,"children":520},{"class":491},[521],{"type":126,"value":494},{"type":121,"tag":452,"props":523,"children":525},{"class":454,"line":524},3,[526,531,536,540,544],{"type":121,"tag":452,"props":527,"children":528},{"class":465},[529],{"type":126,"value":530},"    ",{"type":121,"tag":452,"props":532,"children":533},{"class":505},[534],{"type":126,"value":535},"twicpics",{"type":121,"tag":452,"props":537,"children":538},{"class":491},[539],{"type":126,"value":513},{"type":121,"tag":452,"props":541,"children":542},{"class":465},[543],{"type":126,"value":468},{"type":121,"tag":452,"props":545,"children":546},{"class":491},[547],{"type":126,"value":494},{"type":121,"tag":452,"props":549,"children":551},{"class":454,"line":550},4,[552,557,561,565,569,574,580],{"type":121,"tag":452,"props":553,"children":554},{"class":465},[555],{"type":126,"value":556},"      ",{"type":121,"tag":452,"props":558,"children":559},{"class":505},[560],{"type":126,"value":424},{"type":121,"tag":452,"props":562,"children":563},{"class":491},[564],{"type":126,"value":513},{"type":121,"tag":452,"props":566,"children":567},{"class":465},[568],{"type":126,"value":468},{"type":121,"tag":452,"props":570,"children":571},{"class":491},[572],{"type":126,"value":573},"'",{"type":121,"tag":452,"props":575,"children":577},{"class":576},"ct-709943",[578],{"type":126,"value":579},"https://\u003Cyour-twicpics-domain>/",{"type":121,"tag":452,"props":581,"children":582},{"class":491},[583],{"type":126,"value":584},"'\n",{"type":121,"tag":452,"props":586,"children":588},{"class":454,"line":587},5,[589,593],{"type":121,"tag":452,"props":590,"children":591},{"class":491},[592],{"type":126,"value":556},{"type":121,"tag":452,"props":594,"children":596},{"class":595},"ct-458184",[597],{"type":126,"value":598},"// Feel free to use our demo domain to try the following examples.\n",{"type":121,"tag":452,"props":600,"children":602},{"class":454,"line":601},6,[603,607],{"type":121,"tag":452,"props":604,"children":605},{"class":491},[606],{"type":126,"value":556},{"type":121,"tag":452,"props":608,"children":609},{"class":595},[610],{"type":126,"value":611},"// baseUrl: 'https://demo.twic.pics/'\n",{"type":121,"tag":452,"props":613,"children":615},{"class":454,"line":614},7,[616,620],{"type":121,"tag":452,"props":617,"children":618},{"class":465},[619],{"type":126,"value":530},{"type":121,"tag":452,"props":621,"children":622},{"class":491},[623],{"type":126,"value":624},"}\n",{"type":121,"tag":452,"props":626,"children":628},{"class":454,"line":627},8,[629,633],{"type":121,"tag":452,"props":630,"children":631},{"class":465},[632],{"type":126,"value":502},{"type":121,"tag":452,"props":634,"children":635},{"class":491},[636],{"type":126,"value":624},{"type":121,"tag":452,"props":638,"children":640},{"class":454,"line":639},9,[641,646],{"type":121,"tag":452,"props":642,"children":643},{"class":491},[644],{"type":126,"value":645},"}",{"type":121,"tag":452,"props":647,"children":648},{"class":465},[649],{"type":126,"value":334},{"type":121,"tag":148,"props":651,"children":653},{"id":652},"standard-properties",[654],{"type":126,"value":655},"Standard properties",{"type":121,"tag":122,"props":657,"children":658},{},[659,661,666,668,673],{"type":126,"value":660},"TwicPics Provider complies with the documentation of ",{"type":121,"tag":129,"props":662,"children":663},{"href":23},[664],{"type":126,"value":665},"nuxt-img",{"type":126,"value":667}," and ",{"type":121,"tag":129,"props":669,"children":670},{"href":26},[671],{"type":126,"value":672},"nuxt-picture",{"type":126,"value":382},{"type":121,"tag":675,"props":676,"children":677},"h3",{"id":229},[678],{"type":126,"value":229},{"type":121,"tag":122,"props":680,"children":681},{},[682,686,688,693,694,699],{"type":121,"tag":190,"props":683,"children":684},{},[685],{"type":126,"value":229},{"type":126,"value":687}," determines how the image is resized in relation to the parameters ",{"type":121,"tag":190,"props":689,"children":690},{},[691],{"type":126,"value":692},"height",{"type":126,"value":667},{"type":121,"tag":190,"props":695,"children":696},{},[697],{"type":126,"value":698},"width",{"type":126,"value":382},{"type":121,"tag":122,"props":701,"children":702},{},[703,705,717],{"type":126,"value":704},"TwicPics Provider supports all the ",{"type":121,"tag":129,"props":706,"children":708},{"href":707},"/usage/nuxt-img#fit",[709,711,715],{"type":126,"value":710},"the standard values for ",{"type":121,"tag":190,"props":712,"children":713},{},[714],{"type":126,"value":229},{"type":126,"value":716}," property",{"type":126,"value":718}," of Nuxt image and Nuxt picture.",{"type":121,"tag":122,"props":720,"children":721},{},[722,724,729],{"type":126,"value":723},"Syntax: ",{"type":121,"tag":190,"props":725,"children":726},{},[727],{"type":126,"value":728},"fit='__cover__'",{"type":126,"value":730}," (default value)",{"type":121,"tag":122,"props":732,"children":733},{},[734],{"type":126,"value":735},"This will return a variant of your master image cropped to 300x300 while preserving aspect ratio.",{"type":121,"tag":436,"props":737,"children":742},{"className":738,"code":740,"language":741,"meta":115},[739],"language-html","\u003CNuxtImg\n  provider=\"twicpics\"\n  src=\"/football.jpg\"\n  height=300\n  width=300\n/>\n","html",[743],{"type":121,"tag":445,"props":744,"children":745},{},[746],{"type":121,"tag":436,"props":747,"children":748},{"__ignoreMap":115},[749,762,794,823,843,862],{"type":121,"tag":452,"props":750,"children":751},{"class":454,"line":455},[752,757],{"type":121,"tag":452,"props":753,"children":754},{"class":491},[755],{"type":126,"value":756},"\u003C",{"type":121,"tag":452,"props":758,"children":759},{"class":505},[760],{"type":126,"value":761},"NuxtImg\n",{"type":121,"tag":452,"props":763,"children":764},{"class":454,"line":249},[765,769,775,780,785,789],{"type":121,"tag":452,"props":766,"children":767},{"class":491},[768],{"type":126,"value":502},{"type":121,"tag":452,"props":770,"children":772},{"class":771},"ct-046724",[773],{"type":126,"value":774},"provider",{"type":121,"tag":452,"props":776,"children":777},{"class":491},[778],{"type":126,"value":779},"=",{"type":121,"tag":452,"props":781,"children":782},{"class":491},[783],{"type":126,"value":784},"\"",{"type":121,"tag":452,"props":786,"children":787},{"class":576},[788],{"type":126,"value":535},{"type":121,"tag":452,"props":790,"children":791},{"class":491},[792],{"type":126,"value":793},"\"\n",{"type":121,"tag":452,"props":795,"children":796},{"class":454,"line":524},[797,801,806,810,814,819],{"type":121,"tag":452,"props":798,"children":799},{"class":491},[800],{"type":126,"value":502},{"type":121,"tag":452,"props":802,"children":803},{"class":771},[804],{"type":126,"value":805},"src",{"type":121,"tag":452,"props":807,"children":808},{"class":491},[809],{"type":126,"value":779},{"type":121,"tag":452,"props":811,"children":812},{"class":491},[813],{"type":126,"value":784},{"type":121,"tag":452,"props":815,"children":816},{"class":576},[817],{"type":126,"value":818},"/football.jpg",{"type":121,"tag":452,"props":820,"children":821},{"class":491},[822],{"type":126,"value":793},{"type":121,"tag":452,"props":824,"children":825},{"class":454,"line":550},[826,830,834,838],{"type":121,"tag":452,"props":827,"children":828},{"class":491},[829],{"type":126,"value":502},{"type":121,"tag":452,"props":831,"children":832},{"class":771},[833],{"type":126,"value":692},{"type":121,"tag":452,"props":835,"children":836},{"class":491},[837],{"type":126,"value":779},{"type":121,"tag":452,"props":839,"children":840},{"class":576},[841],{"type":126,"value":842},"300\n",{"type":121,"tag":452,"props":844,"children":845},{"class":454,"line":587},[846,850,854,858],{"type":121,"tag":452,"props":847,"children":848},{"class":491},[849],{"type":126,"value":502},{"type":121,"tag":452,"props":851,"children":852},{"class":771},[853],{"type":126,"value":698},{"type":121,"tag":452,"props":855,"children":856},{"class":491},[857],{"type":126,"value":779},{"type":121,"tag":452,"props":859,"children":860},{"class":576},[861],{"type":126,"value":842},{"type":121,"tag":452,"props":863,"children":864},{"class":454,"line":601},[865],{"type":121,"tag":452,"props":866,"children":867},{"class":491},[868],{"type":126,"value":869},"/>",{"type":121,"tag":122,"props":871,"children":872},{},[873],{"type":126,"value":874},"This will return a variant of your master image resized to 300x300 with distortion.",{"type":121,"tag":436,"props":876,"children":879},{"className":877,"code":878,"language":741,"meta":115},[739],"\u003CNuxtImg\n  provider=\"twicpics\"\n  src=\"/football.jpg\"\n  fit=\"resize\"\n  height=300\n  width=300\n/>\n",[880],{"type":121,"tag":445,"props":881,"children":882},{},[883],{"type":121,"tag":436,"props":884,"children":885},{"__ignoreMap":115},[886,897,924,951,979,998,1017],{"type":121,"tag":452,"props":887,"children":888},{"class":454,"line":455},[889,893],{"type":121,"tag":452,"props":890,"children":891},{"class":491},[892],{"type":126,"value":756},{"type":121,"tag":452,"props":894,"children":895},{"class":505},[896],{"type":126,"value":761},{"type":121,"tag":452,"props":898,"children":899},{"class":454,"line":249},[900,904,908,912,916,920],{"type":121,"tag":452,"props":901,"children":902},{"class":491},[903],{"type":126,"value":502},{"type":121,"tag":452,"props":905,"children":906},{"class":771},[907],{"type":126,"value":774},{"type":121,"tag":452,"props":909,"children":910},{"class":491},[911],{"type":126,"value":779},{"type":121,"tag":452,"props":913,"children":914},{"class":491},[915],{"type":126,"value":784},{"type":121,"tag":452,"props":917,"children":918},{"class":576},[919],{"type":126,"value":535},{"type":121,"tag":452,"props":921,"children":922},{"class":491},[923],{"type":126,"value":793},{"type":121,"tag":452,"props":925,"children":926},{"class":454,"line":524},[927,931,935,939,943,947],{"type":121,"tag":452,"props":928,"children":929},{"class":491},[930],{"type":126,"value":502},{"type":121,"tag":452,"props":932,"children":933},{"class":771},[934],{"type":126,"value":805},{"type":121,"tag":452,"props":936,"children":937},{"class":491},[938],{"type":126,"value":779},{"type":121,"tag":452,"props":940,"children":941},{"class":491},[942],{"type":126,"value":784},{"type":121,"tag":452,"props":944,"children":945},{"class":576},[946],{"type":126,"value":818},{"type":121,"tag":452,"props":948,"children":949},{"class":491},[950],{"type":126,"value":793},{"type":121,"tag":452,"props":952,"children":953},{"class":454,"line":550},[954,958,962,966,970,975],{"type":121,"tag":452,"props":955,"children":956},{"class":491},[957],{"type":126,"value":502},{"type":121,"tag":452,"props":959,"children":960},{"class":771},[961],{"type":126,"value":229},{"type":121,"tag":452,"props":963,"children":964},{"class":491},[965],{"type":126,"value":779},{"type":121,"tag":452,"props":967,"children":968},{"class":491},[969],{"type":126,"value":784},{"type":121,"tag":452,"props":971,"children":972},{"class":576},[973],{"type":126,"value":974},"resize",{"type":121,"tag":452,"props":976,"children":977},{"class":491},[978],{"type":126,"value":793},{"type":121,"tag":452,"props":980,"children":981},{"class":454,"line":587},[982,986,990,994],{"type":121,"tag":452,"props":983,"children":984},{"class":491},[985],{"type":126,"value":502},{"type":121,"tag":452,"props":987,"children":988},{"class":771},[989],{"type":126,"value":692},{"type":121,"tag":452,"props":991,"children":992},{"class":491},[993],{"type":126,"value":779},{"type":121,"tag":452,"props":995,"children":996},{"class":576},[997],{"type":126,"value":842},{"type":121,"tag":452,"props":999,"children":1000},{"class":454,"line":601},[1001,1005,1009,1013],{"type":121,"tag":452,"props":1002,"children":1003},{"class":491},[1004],{"type":126,"value":502},{"type":121,"tag":452,"props":1006,"children":1007},{"class":771},[1008],{"type":126,"value":698},{"type":121,"tag":452,"props":1010,"children":1011},{"class":491},[1012],{"type":126,"value":779},{"type":121,"tag":452,"props":1014,"children":1015},{"class":576},[1016],{"type":126,"value":842},{"type":121,"tag":452,"props":1018,"children":1019},{"class":454,"line":614},[1020],{"type":121,"tag":452,"props":1021,"children":1022},{"class":491},[1023],{"type":126,"value":869},{"type":121,"tag":122,"props":1025,"children":1026},{},[1027],{"type":126,"value":1028},"This will bring your image back to a 300x600 area with respect to the ratio (1:1) using letterboxing.",{"type":121,"tag":436,"props":1030,"children":1033},{"className":1031,"code":1032,"language":741,"meta":115},[739],"\u003CNuxtImg\n  provider=\"twicpics\"\n  src=\"/cat_1x1.jpg\"\n  fit=\"contain\"\n  height=600\n  width=300\n/>\n",[1034],{"type":121,"tag":445,"props":1035,"children":1036},{},[1037],{"type":121,"tag":436,"props":1038,"children":1039},{"__ignoreMap":115},[1040,1051,1078,1106,1134,1154,1173],{"type":121,"tag":452,"props":1041,"children":1042},{"class":454,"line":455},[1043,1047],{"type":121,"tag":452,"props":1044,"children":1045},{"class":491},[1046],{"type":126,"value":756},{"type":121,"tag":452,"props":1048,"children":1049},{"class":505},[1050],{"type":126,"value":761},{"type":121,"tag":452,"props":1052,"children":1053},{"class":454,"line":249},[1054,1058,1062,1066,1070,1074],{"type":121,"tag":452,"props":1055,"children":1056},{"class":491},[1057],{"type":126,"value":502},{"type":121,"tag":452,"props":1059,"children":1060},{"class":771},[1061],{"type":126,"value":774},{"type":121,"tag":452,"props":1063,"children":1064},{"class":491},[1065],{"type":126,"value":779},{"type":121,"tag":452,"props":1067,"children":1068},{"class":491},[1069],{"type":126,"value":784},{"type":121,"tag":452,"props":1071,"children":1072},{"class":576},[1073],{"type":126,"value":535},{"type":121,"tag":452,"props":1075,"children":1076},{"class":491},[1077],{"type":126,"value":793},{"type":121,"tag":452,"props":1079,"children":1080},{"class":454,"line":524},[1081,1085,1089,1093,1097,1102],{"type":121,"tag":452,"props":1082,"children":1083},{"class":491},[1084],{"type":126,"value":502},{"type":121,"tag":452,"props":1086,"children":1087},{"class":771},[1088],{"type":126,"value":805},{"type":121,"tag":452,"props":1090,"children":1091},{"class":491},[1092],{"type":126,"value":779},{"type":121,"tag":452,"props":1094,"children":1095},{"class":491},[1096],{"type":126,"value":784},{"type":121,"tag":452,"props":1098,"children":1099},{"class":576},[1100],{"type":126,"value":1101},"/cat_1x1.jpg",{"type":121,"tag":452,"props":1103,"children":1104},{"class":491},[1105],{"type":126,"value":793},{"type":121,"tag":452,"props":1107,"children":1108},{"class":454,"line":550},[1109,1113,1117,1121,1125,1130],{"type":121,"tag":452,"props":1110,"children":1111},{"class":491},[1112],{"type":126,"value":502},{"type":121,"tag":452,"props":1114,"children":1115},{"class":771},[1116],{"type":126,"value":229},{"type":121,"tag":452,"props":1118,"children":1119},{"class":491},[1120],{"type":126,"value":779},{"type":121,"tag":452,"props":1122,"children":1123},{"class":491},[1124],{"type":126,"value":784},{"type":121,"tag":452,"props":1126,"children":1127},{"class":576},[1128],{"type":126,"value":1129},"contain",{"type":121,"tag":452,"props":1131,"children":1132},{"class":491},[1133],{"type":126,"value":793},{"type":121,"tag":452,"props":1135,"children":1136},{"class":454,"line":587},[1137,1141,1145,1149],{"type":121,"tag":452,"props":1138,"children":1139},{"class":491},[1140],{"type":126,"value":502},{"type":121,"tag":452,"props":1142,"children":1143},{"class":771},[1144],{"type":126,"value":692},{"type":121,"tag":452,"props":1146,"children":1147},{"class":491},[1148],{"type":126,"value":779},{"type":121,"tag":452,"props":1150,"children":1151},{"class":576},[1152],{"type":126,"value":1153},"600\n",{"type":121,"tag":452,"props":1155,"children":1156},{"class":454,"line":601},[1157,1161,1165,1169],{"type":121,"tag":452,"props":1158,"children":1159},{"class":491},[1160],{"type":126,"value":502},{"type":121,"tag":452,"props":1162,"children":1163},{"class":771},[1164],{"type":126,"value":698},{"type":121,"tag":452,"props":1166,"children":1167},{"class":491},[1168],{"type":126,"value":779},{"type":121,"tag":452,"props":1170,"children":1171},{"class":576},[1172],{"type":126,"value":842},{"type":121,"tag":452,"props":1174,"children":1175},{"class":454,"line":614},[1176],{"type":121,"tag":452,"props":1177,"children":1178},{"class":491},[1179],{"type":126,"value":869},{"type":121,"tag":122,"props":1181,"children":1182},{},[1183,1185,1191],{"type":126,"value":1184},"The letterboxing strips are transparent areas. Feel free to select the color of your choice by using the ",{"type":121,"tag":129,"props":1186,"children":1188},{"href":1187},"#background",[1189],{"type":126,"value":1190},"background",{"type":126,"value":1192}," property.",{"type":121,"tag":436,"props":1194,"children":1197},{"className":1195,"code":1196,"language":741,"meta":115},[739],"\u003CNuxtImg\n  provider=\"twicpics\"\n  src=\"/cat_1x1.jpg\"\n  fit=\"contain\"\n  height=600\n  width=300\n  background: \"red\"\n/>\n",[1198],{"type":121,"tag":445,"props":1199,"children":1200},{},[1201],{"type":121,"tag":436,"props":1202,"children":1203},{"__ignoreMap":115},[1204,1215,1242,1269,1296,1315,1334,1351],{"type":121,"tag":452,"props":1205,"children":1206},{"class":454,"line":455},[1207,1211],{"type":121,"tag":452,"props":1208,"children":1209},{"class":491},[1210],{"type":126,"value":756},{"type":121,"tag":452,"props":1212,"children":1213},{"class":505},[1214],{"type":126,"value":761},{"type":121,"tag":452,"props":1216,"children":1217},{"class":454,"line":249},[1218,1222,1226,1230,1234,1238],{"type":121,"tag":452,"props":1219,"children":1220},{"class":491},[1221],{"type":126,"value":502},{"type":121,"tag":452,"props":1223,"children":1224},{"class":771},[1225],{"type":126,"value":774},{"type":121,"tag":452,"props":1227,"children":1228},{"class":491},[1229],{"type":126,"value":779},{"type":121,"tag":452,"props":1231,"children":1232},{"class":491},[1233],{"type":126,"value":784},{"type":121,"tag":452,"props":1235,"children":1236},{"class":576},[1237],{"type":126,"value":535},{"type":121,"tag":452,"props":1239,"children":1240},{"class":491},[1241],{"type":126,"value":793},{"type":121,"tag":452,"props":1243,"children":1244},{"class":454,"line":524},[1245,1249,1253,1257,1261,1265],{"type":121,"tag":452,"props":1246,"children":1247},{"class":491},[1248],{"type":126,"value":502},{"type":121,"tag":452,"props":1250,"children":1251},{"class":771},[1252],{"type":126,"value":805},{"type":121,"tag":452,"props":1254,"children":1255},{"class":491},[1256],{"type":126,"value":779},{"type":121,"tag":452,"props":1258,"children":1259},{"class":491},[1260],{"type":126,"value":784},{"type":121,"tag":452,"props":1262,"children":1263},{"class":576},[1264],{"type":126,"value":1101},{"type":121,"tag":452,"props":1266,"children":1267},{"class":491},[1268],{"type":126,"value":793},{"type":121,"tag":452,"props":1270,"children":1271},{"class":454,"line":550},[1272,1276,1280,1284,1288,1292],{"type":121,"tag":452,"props":1273,"children":1274},{"class":491},[1275],{"type":126,"value":502},{"type":121,"tag":452,"props":1277,"children":1278},{"class":771},[1279],{"type":126,"value":229},{"type":121,"tag":452,"props":1281,"children":1282},{"class":491},[1283],{"type":126,"value":779},{"type":121,"tag":452,"props":1285,"children":1286},{"class":491},[1287],{"type":126,"value":784},{"type":121,"tag":452,"props":1289,"children":1290},{"class":576},[1291],{"type":126,"value":1129},{"type":121,"tag":452,"props":1293,"children":1294},{"class":491},[1295],{"type":126,"value":793},{"type":121,"tag":452,"props":1297,"children":1298},{"class":454,"line":587},[1299,1303,1307,1311],{"type":121,"tag":452,"props":1300,"children":1301},{"class":491},[1302],{"type":126,"value":502},{"type":121,"tag":452,"props":1304,"children":1305},{"class":771},[1306],{"type":126,"value":692},{"type":121,"tag":452,"props":1308,"children":1309},{"class":491},[1310],{"type":126,"value":779},{"type":121,"tag":452,"props":1312,"children":1313},{"class":576},[1314],{"type":126,"value":1153},{"type":121,"tag":452,"props":1316,"children":1317},{"class":454,"line":601},[1318,1322,1326,1330],{"type":121,"tag":452,"props":1319,"children":1320},{"class":491},[1321],{"type":126,"value":502},{"type":121,"tag":452,"props":1323,"children":1324},{"class":771},[1325],{"type":126,"value":698},{"type":121,"tag":452,"props":1327,"children":1328},{"class":491},[1329],{"type":126,"value":779},{"type":121,"tag":452,"props":1331,"children":1332},{"class":576},[1333],{"type":126,"value":842},{"type":121,"tag":452,"props":1335,"children":1336},{"class":454,"line":614},[1337,1341,1346],{"type":121,"tag":452,"props":1338,"children":1339},{"class":491},[1340],{"type":126,"value":502},{"type":121,"tag":452,"props":1342,"children":1343},{"class":771},[1344],{"type":126,"value":1345},"background:",{"type":121,"tag":452,"props":1347,"children":1348},{"class":491},[1349],{"type":126,"value":1350}," \"red\"\n",{"type":121,"tag":452,"props":1352,"children":1353},{"class":454,"line":627},[1354],{"type":121,"tag":452,"props":1355,"children":1356},{"class":491},[1357],{"type":126,"value":869},{"type":121,"tag":675,"props":1359,"children":1361},{"id":1360},"format",[1362],{"type":126,"value":1360},{"type":121,"tag":122,"props":1364,"children":1365},{},[1366,1368,1373,1375,1379],{"type":126,"value":1367},"Specifies the output format. It can be an image format or a preview format. By default, ",{"type":121,"tag":129,"props":1369,"children":1371},{"href":269,"rel":1370},[133],[1372],{"type":126,"value":417},{"type":126,"value":1374}," will \"guess\" the best output format for the requesting browser, but you can use ",{"type":121,"tag":190,"props":1376,"children":1377},{},[1378],{"type":126,"value":1360},{"type":126,"value":1380}," to change this behavior.",{"type":121,"tag":122,"props":1382,"children":1383},{},[1384,1385],{"type":126,"value":723},{"type":121,"tag":190,"props":1386,"children":1387},{},[1388],{"type":126,"value":1389},"format='avif'|'heif'|'jpeg'|'png'|__'webp'__",{"type":121,"tag":122,"props":1391,"children":1392},{},[1393,1398,1400,1405],{"type":121,"tag":129,"props":1394,"children":1396},{"href":313,"rel":1395},[133],[1397],{"type":126,"value":320},{"type":126,"value":1399}," is the default format provided by ",{"type":121,"tag":129,"props":1401,"children":1403},{"href":269,"rel":1402},[133],[1404],{"type":126,"value":417},{"type":126,"value":1406}," (if the browser supports it).",{"type":121,"tag":122,"props":1408,"children":1409},{},[1410],{"type":126,"value":1411},"Examples:",{"type":121,"tag":122,"props":1413,"children":1414},{},[1415,1417,1421],{"type":126,"value":1416},"This will return a variant of your image in ",{"type":121,"tag":190,"props":1418,"children":1419},{},[1420],{"type":126,"value":332},{"type":126,"value":1422}," format.",{"type":121,"tag":436,"props":1424,"children":1427},{"className":1425,"code":1426,"language":741,"meta":115},[739],"\u003CNuxtImg\n  provider=\"twicpics\"\n  src=\"/cat_1x1.jpg\"\n  format=\"avif\"\n/>\n",[1428],{"type":121,"tag":445,"props":1429,"children":1430},{},[1431],{"type":121,"tag":436,"props":1432,"children":1433},{"__ignoreMap":115},[1434,1445,1472,1499,1526],{"type":121,"tag":452,"props":1435,"children":1436},{"class":454,"line":455},[1437,1441],{"type":121,"tag":452,"props":1438,"children":1439},{"class":491},[1440],{"type":126,"value":756},{"type":121,"tag":452,"props":1442,"children":1443},{"class":505},[1444],{"type":126,"value":761},{"type":121,"tag":452,"props":1446,"children":1447},{"class":454,"line":249},[1448,1452,1456,1460,1464,1468],{"type":121,"tag":452,"props":1449,"children":1450},{"class":491},[1451],{"type":126,"value":502},{"type":121,"tag":452,"props":1453,"children":1454},{"class":771},[1455],{"type":126,"value":774},{"type":121,"tag":452,"props":1457,"children":1458},{"class":491},[1459],{"type":126,"value":779},{"type":121,"tag":452,"props":1461,"children":1462},{"class":491},[1463],{"type":126,"value":784},{"type":121,"tag":452,"props":1465,"children":1466},{"class":576},[1467],{"type":126,"value":535},{"type":121,"tag":452,"props":1469,"children":1470},{"class":491},[1471],{"type":126,"value":793},{"type":121,"tag":452,"props":1473,"children":1474},{"class":454,"line":524},[1475,1479,1483,1487,1491,1495],{"type":121,"tag":452,"props":1476,"children":1477},{"class":491},[1478],{"type":126,"value":502},{"type":121,"tag":452,"props":1480,"children":1481},{"class":771},[1482],{"type":126,"value":805},{"type":121,"tag":452,"props":1484,"children":1485},{"class":491},[1486],{"type":126,"value":779},{"type":121,"tag":452,"props":1488,"children":1489},{"class":491},[1490],{"type":126,"value":784},{"type":121,"tag":452,"props":1492,"children":1493},{"class":576},[1494],{"type":126,"value":1101},{"type":121,"tag":452,"props":1496,"children":1497},{"class":491},[1498],{"type":126,"value":793},{"type":121,"tag":452,"props":1500,"children":1501},{"class":454,"line":550},[1502,1506,1510,1514,1518,1522],{"type":121,"tag":452,"props":1503,"children":1504},{"class":491},[1505],{"type":126,"value":502},{"type":121,"tag":452,"props":1507,"children":1508},{"class":771},[1509],{"type":126,"value":1360},{"type":121,"tag":452,"props":1511,"children":1512},{"class":491},[1513],{"type":126,"value":779},{"type":121,"tag":452,"props":1515,"children":1516},{"class":491},[1517],{"type":126,"value":784},{"type":121,"tag":452,"props":1519,"children":1520},{"class":576},[1521],{"type":126,"value":332},{"type":121,"tag":452,"props":1523,"children":1524},{"class":491},[1525],{"type":126,"value":793},{"type":121,"tag":452,"props":1527,"children":1528},{"class":454,"line":587},[1529],{"type":121,"tag":452,"props":1530,"children":1531},{"class":491},[1532],{"type":126,"value":869},{"type":121,"tag":122,"props":1534,"children":1535},{},[1536,1538,1543],{"type":126,"value":1537},"This will return a blurry preview of your image in ",{"type":121,"tag":190,"props":1539,"children":1540},{},[1541],{"type":126,"value":1542},"svg",{"type":126,"value":1422},{"type":121,"tag":436,"props":1545,"children":1548},{"className":1546,"code":1547,"language":741,"meta":115},[739],"\u003CNuxtImg\n  provider=\"twicpics\"\n  src=\"/cat_1x1.jpg\"\n  format=\"preview\"\n/>\n",[1549],{"type":121,"tag":445,"props":1550,"children":1551},{},[1552],{"type":121,"tag":436,"props":1553,"children":1554},{"__ignoreMap":115},[1555,1566,1593,1620,1648],{"type":121,"tag":452,"props":1556,"children":1557},{"class":454,"line":455},[1558,1562],{"type":121,"tag":452,"props":1559,"children":1560},{"class":491},[1561],{"type":126,"value":756},{"type":121,"tag":452,"props":1563,"children":1564},{"class":505},[1565],{"type":126,"value":761},{"type":121,"tag":452,"props":1567,"children":1568},{"class":454,"line":249},[1569,1573,1577,1581,1585,1589],{"type":121,"tag":452,"props":1570,"children":1571},{"class":491},[1572],{"type":126,"value":502},{"type":121,"tag":452,"props":1574,"children":1575},{"class":771},[1576],{"type":126,"value":774},{"type":121,"tag":452,"props":1578,"children":1579},{"class":491},[1580],{"type":126,"value":779},{"type":121,"tag":452,"props":1582,"children":1583},{"class":491},[1584],{"type":126,"value":784},{"type":121,"tag":452,"props":1586,"children":1587},{"class":576},[1588],{"type":126,"value":535},{"type":121,"tag":452,"props":1590,"children":1591},{"class":491},[1592],{"type":126,"value":793},{"type":121,"tag":452,"props":1594,"children":1595},{"class":454,"line":524},[1596,1600,1604,1608,1612,1616],{"type":121,"tag":452,"props":1597,"children":1598},{"class":491},[1599],{"type":126,"value":502},{"type":121,"tag":452,"props":1601,"children":1602},{"class":771},[1603],{"type":126,"value":805},{"type":121,"tag":452,"props":1605,"children":1606},{"class":491},[1607],{"type":126,"value":779},{"type":121,"tag":452,"props":1609,"children":1610},{"class":491},[1611],{"type":126,"value":784},{"type":121,"tag":452,"props":1613,"children":1614},{"class":576},[1615],{"type":126,"value":1101},{"type":121,"tag":452,"props":1617,"children":1618},{"class":491},[1619],{"type":126,"value":793},{"type":121,"tag":452,"props":1621,"children":1622},{"class":454,"line":550},[1623,1627,1631,1635,1639,1644],{"type":121,"tag":452,"props":1624,"children":1625},{"class":491},[1626],{"type":126,"value":502},{"type":121,"tag":452,"props":1628,"children":1629},{"class":771},[1630],{"type":126,"value":1360},{"type":121,"tag":452,"props":1632,"children":1633},{"class":491},[1634],{"type":126,"value":779},{"type":121,"tag":452,"props":1636,"children":1637},{"class":491},[1638],{"type":126,"value":784},{"type":121,"tag":452,"props":1640,"children":1641},{"class":576},[1642],{"type":126,"value":1643},"preview",{"type":121,"tag":452,"props":1645,"children":1646},{"class":491},[1647],{"type":126,"value":793},{"type":121,"tag":452,"props":1649,"children":1650},{"class":454,"line":587},[1651],{"type":121,"tag":452,"props":1652,"children":1653},{"class":491},[1654],{"type":126,"value":869},{"type":121,"tag":122,"props":1656,"children":1657},{},[1658,1660,1667],{"type":126,"value":1659},"More informations ",{"type":121,"tag":129,"props":1661,"children":1664},{"href":1662,"rel":1663},"https://www.twicpics.com/docs/api/transformations/?utm_source=nuxt&utm_medium=organic&utm_campaign=provider#output",[133],[1665],{"type":126,"value":1666},"about format here",{"type":126,"value":382},{"type":121,"tag":675,"props":1669,"children":1671},{"id":1670},"quality",[1672],{"type":126,"value":1670},{"type":121,"tag":122,"props":1674,"children":1675},{},[1676],{"type":126,"value":1677},"Specifies the output quality as a number between 1 (poor quality) and 100 (best quality).",{"type":121,"tag":122,"props":1679,"children":1680},{},[1681,1682,1687],{"type":126,"value":723},{"type":121,"tag":190,"props":1683,"children":1684},{},[1685],{"type":126,"value":1686},"quality=",{"type":121,"tag":129,"props":1688,"children":1691},{"href":1689,"rel":1690},"https://www.twicpics.com/docs/api/manipulations/?utm_source=nuxt&utm_medium=organic&utm_campaign=provider#number",[133],[1692],{"type":121,"tag":190,"props":1693,"children":1694},{},[1695],{"type":126,"value":1696},"number",{"type":121,"tag":122,"props":1698,"children":1699},{},[1700,1705,1707,1711],{"type":121,"tag":129,"props":1701,"children":1703},{"href":269,"rel":1702},[133],[1704],{"type":126,"value":417},{"type":126,"value":1706}," considers ",{"type":121,"tag":190,"props":1708,"children":1709},{},[1710],{"type":126,"value":1670},{"type":126,"value":1712},"=70 as default value.",{"type":121,"tag":122,"props":1714,"children":1715},{},[1716,1722],{"type":121,"tag":1717,"props":1718,"children":1719},"strong",{},[1720],{"type":126,"value":1721},"NB",{"type":126,"value":1723},": TwicPics automatically manages the returned quality according to the network performance for an optimized display speed even in difficult conditions.",{"type":121,"tag":122,"props":1725,"children":1726},{},[1727,1731,1733,1737],{"type":121,"tag":1717,"props":1728,"children":1729},{},[1730],{"type":126,"value":1721},{"type":126,"value":1732}," : when Data Saver is activated (android mobile only), default ",{"type":121,"tag":190,"props":1734,"children":1735},{},[1736],{"type":126,"value":1670},{"type":126,"value":1738},"=10.",{"type":121,"tag":122,"props":1740,"children":1741},{},[1742],{"type":126,"value":1743},"Example:",{"type":121,"tag":436,"props":1745,"children":1748},{"className":1746,"code":1747,"language":741,"meta":115},[739],"\u003CNuxtImg\n  provider=\"twicpics\"\n  src=\"/cat_1x1.jpg\"\n  quality=1\n/>\n",[1749],{"type":121,"tag":445,"props":1750,"children":1751},{},[1752],{"type":121,"tag":436,"props":1753,"children":1754},{"__ignoreMap":115},[1755,1766,1793,1820,1840],{"type":121,"tag":452,"props":1756,"children":1757},{"class":454,"line":455},[1758,1762],{"type":121,"tag":452,"props":1759,"children":1760},{"class":491},[1761],{"type":126,"value":756},{"type":121,"tag":452,"props":1763,"children":1764},{"class":505},[1765],{"type":126,"value":761},{"type":121,"tag":452,"props":1767,"children":1768},{"class":454,"line":249},[1769,1773,1777,1781,1785,1789],{"type":121,"tag":452,"props":1770,"children":1771},{"class":491},[1772],{"type":126,"value":502},{"type":121,"tag":452,"props":1774,"children":1775},{"class":771},[1776],{"type":126,"value":774},{"type":121,"tag":452,"props":1778,"children":1779},{"class":491},[1780],{"type":126,"value":779},{"type":121,"tag":452,"props":1782,"children":1783},{"class":491},[1784],{"type":126,"value":784},{"type":121,"tag":452,"props":1786,"children":1787},{"class":576},[1788],{"type":126,"value":535},{"type":121,"tag":452,"props":1790,"children":1791},{"class":491},[1792],{"type":126,"value":793},{"type":121,"tag":452,"props":1794,"children":1795},{"class":454,"line":524},[1796,1800,1804,1808,1812,1816],{"type":121,"tag":452,"props":1797,"children":1798},{"class":491},[1799],{"type":126,"value":502},{"type":121,"tag":452,"props":1801,"children":1802},{"class":771},[1803],{"type":126,"value":805},{"type":121,"tag":452,"props":1805,"children":1806},{"class":491},[1807],{"type":126,"value":779},{"type":121,"tag":452,"props":1809,"children":1810},{"class":491},[1811],{"type":126,"value":784},{"type":121,"tag":452,"props":1813,"children":1814},{"class":576},[1815],{"type":126,"value":1101},{"type":121,"tag":452,"props":1817,"children":1818},{"class":491},[1819],{"type":126,"value":793},{"type":121,"tag":452,"props":1821,"children":1822},{"class":454,"line":550},[1823,1827,1831,1835],{"type":121,"tag":452,"props":1824,"children":1825},{"class":491},[1826],{"type":126,"value":502},{"type":121,"tag":452,"props":1828,"children":1829},{"class":771},[1830],{"type":126,"value":1670},{"type":121,"tag":452,"props":1832,"children":1833},{"class":491},[1834],{"type":126,"value":779},{"type":121,"tag":452,"props":1836,"children":1837},{"class":576},[1838],{"type":126,"value":1839},"1\n",{"type":121,"tag":452,"props":1841,"children":1842},{"class":454,"line":587},[1843],{"type":121,"tag":452,"props":1844,"children":1845},{"class":491},[1846],{"type":126,"value":869},{"type":121,"tag":122,"props":1848,"children":1849},{},[1850,1851,1858],{"type":126,"value":1659},{"type":121,"tag":129,"props":1852,"children":1855},{"href":1853,"rel":1854},"https://www.twicpics.com/docs/api/transformations/?utm_source=nuxt&utm_medium=organic&utm_campaign=quality#truecolor",[133],[1856],{"type":126,"value":1857},"about quality here",{"type":126,"value":382},{"type":121,"tag":675,"props":1860,"children":1861},{"id":1190},[1862],{"type":126,"value":1190},{"type":121,"tag":122,"props":1864,"children":1865},{},[1866,1870],{"type":121,"tag":190,"props":1867,"children":1868},{},[1869],{"type":126,"value":1190},{"type":126,"value":1871}," specifies a color that will show through transparent and translucent parts of the image. This will have no effect on images with no transparency nor translucency.",{"type":121,"tag":122,"props":1873,"children":1874},{},[1875,1876,1881],{"type":126,"value":723},{"type":121,"tag":190,"props":1877,"children":1878},{},[1879],{"type":126,"value":1880},"background=",{"type":121,"tag":129,"props":1882,"children":1885},{"href":1883,"rel":1884},"https://www.twicpics.com/docs/api/manipulations/?utm_source=nuxt&utm_medium=organic&utm_campaign=provider#color",[133],[1886],{"type":121,"tag":190,"props":1887,"children":1888},{},[1889],{"type":126,"value":1890},"color",{"type":121,"tag":122,"props":1892,"children":1893},{},[1894],{"type":126,"value":1743},{"type":121,"tag":436,"props":1896,"children":1899},{"className":1897,"code":1898,"language":741,"meta":115},[739],"\u003CNuxtImg\n  provider=\"twicpics\"\n  src=\"/icon-500.png\"\n  background=\"red\"\n/>\n",[1900],{"type":121,"tag":445,"props":1901,"children":1902},{},[1903],{"type":121,"tag":436,"props":1904,"children":1905},{"__ignoreMap":115},[1906,1917,1944,1972,2000],{"type":121,"tag":452,"props":1907,"children":1908},{"class":454,"line":455},[1909,1913],{"type":121,"tag":452,"props":1910,"children":1911},{"class":491},[1912],{"type":126,"value":756},{"type":121,"tag":452,"props":1914,"children":1915},{"class":505},[1916],{"type":126,"value":761},{"type":121,"tag":452,"props":1918,"children":1919},{"class":454,"line":249},[1920,1924,1928,1932,1936,1940],{"type":121,"tag":452,"props":1921,"children":1922},{"class":491},[1923],{"type":126,"value":502},{"type":121,"tag":452,"props":1925,"children":1926},{"class":771},[1927],{"type":126,"value":774},{"type":121,"tag":452,"props":1929,"children":1930},{"class":491},[1931],{"type":126,"value":779},{"type":121,"tag":452,"props":1933,"children":1934},{"class":491},[1935],{"type":126,"value":784},{"type":121,"tag":452,"props":1937,"children":1938},{"class":576},[1939],{"type":126,"value":535},{"type":121,"tag":452,"props":1941,"children":1942},{"class":491},[1943],{"type":126,"value":793},{"type":121,"tag":452,"props":1945,"children":1946},{"class":454,"line":524},[1947,1951,1955,1959,1963,1968],{"type":121,"tag":452,"props":1948,"children":1949},{"class":491},[1950],{"type":126,"value":502},{"type":121,"tag":452,"props":1952,"children":1953},{"class":771},[1954],{"type":126,"value":805},{"type":121,"tag":452,"props":1956,"children":1957},{"class":491},[1958],{"type":126,"value":779},{"type":121,"tag":452,"props":1960,"children":1961},{"class":491},[1962],{"type":126,"value":784},{"type":121,"tag":452,"props":1964,"children":1965},{"class":576},[1966],{"type":126,"value":1967},"/icon-500.png",{"type":121,"tag":452,"props":1969,"children":1970},{"class":491},[1971],{"type":126,"value":793},{"type":121,"tag":452,"props":1973,"children":1974},{"class":454,"line":550},[1975,1979,1983,1987,1991,1996],{"type":121,"tag":452,"props":1976,"children":1977},{"class":491},[1978],{"type":126,"value":502},{"type":121,"tag":452,"props":1980,"children":1981},{"class":771},[1982],{"type":126,"value":1190},{"type":121,"tag":452,"props":1984,"children":1985},{"class":491},[1986],{"type":126,"value":779},{"type":121,"tag":452,"props":1988,"children":1989},{"class":491},[1990],{"type":126,"value":784},{"type":121,"tag":452,"props":1992,"children":1993},{"class":576},[1994],{"type":126,"value":1995},"red",{"type":121,"tag":452,"props":1997,"children":1998},{"class":491},[1999],{"type":126,"value":793},{"type":121,"tag":452,"props":2001,"children":2002},{"class":454,"line":587},[2003],{"type":121,"tag":452,"props":2004,"children":2005},{"class":491},[2006],{"type":126,"value":869},{"type":121,"tag":436,"props":2008,"children":2011},{"className":2009,"code":2010,"language":741,"meta":115},[739],"\u003CNuxtImg\n  provider=\"twicpics\"\n  src=\"/cat_1x1.jpg\"\n  fit=\"contain\"\n  height=600\n  width=300\n  background: 'red'\n/>\n",[2012],{"type":121,"tag":445,"props":2013,"children":2014},{},[2015],{"type":121,"tag":436,"props":2016,"children":2017},{"__ignoreMap":115},[2018,2029,2056,2083,2110,2129,2148,2164],{"type":121,"tag":452,"props":2019,"children":2020},{"class":454,"line":455},[2021,2025],{"type":121,"tag":452,"props":2022,"children":2023},{"class":491},[2024],{"type":126,"value":756},{"type":121,"tag":452,"props":2026,"children":2027},{"class":505},[2028],{"type":126,"value":761},{"type":121,"tag":452,"props":2030,"children":2031},{"class":454,"line":249},[2032,2036,2040,2044,2048,2052],{"type":121,"tag":452,"props":2033,"children":2034},{"class":491},[2035],{"type":126,"value":502},{"type":121,"tag":452,"props":2037,"children":2038},{"class":771},[2039],{"type":126,"value":774},{"type":121,"tag":452,"props":2041,"children":2042},{"class":491},[2043],{"type":126,"value":779},{"type":121,"tag":452,"props":2045,"children":2046},{"class":491},[2047],{"type":126,"value":784},{"type":121,"tag":452,"props":2049,"children":2050},{"class":576},[2051],{"type":126,"value":535},{"type":121,"tag":452,"props":2053,"children":2054},{"class":491},[2055],{"type":126,"value":793},{"type":121,"tag":452,"props":2057,"children":2058},{"class":454,"line":524},[2059,2063,2067,2071,2075,2079],{"type":121,"tag":452,"props":2060,"children":2061},{"class":491},[2062],{"type":126,"value":502},{"type":121,"tag":452,"props":2064,"children":2065},{"class":771},[2066],{"type":126,"value":805},{"type":121,"tag":452,"props":2068,"children":2069},{"class":491},[2070],{"type":126,"value":779},{"type":121,"tag":452,"props":2072,"children":2073},{"class":491},[2074],{"type":126,"value":784},{"type":121,"tag":452,"props":2076,"children":2077},{"class":576},[2078],{"type":126,"value":1101},{"type":121,"tag":452,"props":2080,"children":2081},{"class":491},[2082],{"type":126,"value":793},{"type":121,"tag":452,"props":2084,"children":2085},{"class":454,"line":550},[2086,2090,2094,2098,2102,2106],{"type":121,"tag":452,"props":2087,"children":2088},{"class":491},[2089],{"type":126,"value":502},{"type":121,"tag":452,"props":2091,"children":2092},{"class":771},[2093],{"type":126,"value":229},{"type":121,"tag":452,"props":2095,"children":2096},{"class":491},[2097],{"type":126,"value":779},{"type":121,"tag":452,"props":2099,"children":2100},{"class":491},[2101],{"type":126,"value":784},{"type":121,"tag":452,"props":2103,"children":2104},{"class":576},[2105],{"type":126,"value":1129},{"type":121,"tag":452,"props":2107,"children":2108},{"class":491},[2109],{"type":126,"value":793},{"type":121,"tag":452,"props":2111,"children":2112},{"class":454,"line":587},[2113,2117,2121,2125],{"type":121,"tag":452,"props":2114,"children":2115},{"class":491},[2116],{"type":126,"value":502},{"type":121,"tag":452,"props":2118,"children":2119},{"class":771},[2120],{"type":126,"value":692},{"type":121,"tag":452,"props":2122,"children":2123},{"class":491},[2124],{"type":126,"value":779},{"type":121,"tag":452,"props":2126,"children":2127},{"class":576},[2128],{"type":126,"value":1153},{"type":121,"tag":452,"props":2130,"children":2131},{"class":454,"line":601},[2132,2136,2140,2144],{"type":121,"tag":452,"props":2133,"children":2134},{"class":491},[2135],{"type":126,"value":502},{"type":121,"tag":452,"props":2137,"children":2138},{"class":771},[2139],{"type":126,"value":698},{"type":121,"tag":452,"props":2141,"children":2142},{"class":491},[2143],{"type":126,"value":779},{"type":121,"tag":452,"props":2145,"children":2146},{"class":576},[2147],{"type":126,"value":842},{"type":121,"tag":452,"props":2149,"children":2150},{"class":454,"line":614},[2151,2155,2159],{"type":121,"tag":452,"props":2152,"children":2153},{"class":491},[2154],{"type":126,"value":502},{"type":121,"tag":452,"props":2156,"children":2157},{"class":771},[2158],{"type":126,"value":1345},{"type":121,"tag":452,"props":2160,"children":2161},{"class":491},[2162],{"type":126,"value":2163}," 'red'\n",{"type":121,"tag":452,"props":2165,"children":2166},{"class":454,"line":627},[2167],{"type":121,"tag":452,"props":2168,"children":2169},{"class":491},[2170],{"type":126,"value":869},{"type":121,"tag":122,"props":2172,"children":2173},{},[2174,2175,2182],{"type":126,"value":1659},{"type":121,"tag":129,"props":2176,"children":2179},{"href":2177,"rel":2178},"https://www.twicpics.com/docs/api/transformations/?utm_source=nuxt&utm_medium=organic&utm_campaign=provider#background",[133],[2180],{"type":126,"value":2181},"about background here",{"type":126,"value":382},{"type":121,"tag":148,"props":2184,"children":2186},{"id":2185},"twicpics-modifiers",[2187],{"type":126,"value":2188},"TwicPics modifiers",{"type":121,"tag":122,"props":2190,"children":2191},{},[2192,2194,2199,2201,2205,2207,2211],{"type":126,"value":2193},"In addition to the standard parameters, the specific features of the TwicPics API are accessible via the ",{"type":121,"tag":190,"props":2195,"children":2196},{},[2197],{"type":126,"value":2198},"modifiers",{"type":126,"value":2200}," prop of ",{"type":121,"tag":190,"props":2202,"children":2203},{},[2204],{"type":126,"value":665},{"type":126,"value":2206}," or ",{"type":121,"tag":190,"props":2208,"children":2209},{},[2210],{"type":126,"value":672},{"type":126,"value":382},{"type":121,"tag":436,"props":2213,"children":2216},{"className":2214,"code":2215,"language":741,"meta":115},[739],"\u003CNuxtImg\n  provider=\"twicpics\"\n  src=\"/path-to-nuxt-demo.jpg\"\n  ...\n  standard props\n  ...\n  :modifiers=\"{key_1: value_1, ..., key_n: value_n}\"\n/>\n",[2217],{"type":121,"tag":445,"props":2218,"children":2219},{},[2220],{"type":121,"tag":436,"props":2221,"children":2222},{"__ignoreMap":115},[2223,2234,2261,2289,2301,2322,2333,2362],{"type":121,"tag":452,"props":2224,"children":2225},{"class":454,"line":455},[2226,2230],{"type":121,"tag":452,"props":2227,"children":2228},{"class":491},[2229],{"type":126,"value":756},{"type":121,"tag":452,"props":2231,"children":2232},{"class":505},[2233],{"type":126,"value":761},{"type":121,"tag":452,"props":2235,"children":2236},{"class":454,"line":249},[2237,2241,2245,2249,2253,2257],{"type":121,"tag":452,"props":2238,"children":2239},{"class":491},[2240],{"type":126,"value":502},{"type":121,"tag":452,"props":2242,"children":2243},{"class":771},[2244],{"type":126,"value":774},{"type":121,"tag":452,"props":2246,"children":2247},{"class":491},[2248],{"type":126,"value":779},{"type":121,"tag":452,"props":2250,"children":2251},{"class":491},[2252],{"type":126,"value":784},{"type":121,"tag":452,"props":2254,"children":2255},{"class":576},[2256],{"type":126,"value":535},{"type":121,"tag":452,"props":2258,"children":2259},{"class":491},[2260],{"type":126,"value":793},{"type":121,"tag":452,"props":2262,"children":2263},{"class":454,"line":524},[2264,2268,2272,2276,2280,2285],{"type":121,"tag":452,"props":2265,"children":2266},{"class":491},[2267],{"type":126,"value":502},{"type":121,"tag":452,"props":2269,"children":2270},{"class":771},[2271],{"type":126,"value":805},{"type":121,"tag":452,"props":2273,"children":2274},{"class":491},[2275],{"type":126,"value":779},{"type":121,"tag":452,"props":2277,"children":2278},{"class":491},[2279],{"type":126,"value":784},{"type":121,"tag":452,"props":2281,"children":2282},{"class":576},[2283],{"type":126,"value":2284},"/path-to-nuxt-demo.jpg",{"type":121,"tag":452,"props":2286,"children":2287},{"class":491},[2288],{"type":126,"value":793},{"type":121,"tag":452,"props":2290,"children":2291},{"class":454,"line":550},[2292,2296],{"type":121,"tag":452,"props":2293,"children":2294},{"class":491},[2295],{"type":126,"value":502},{"type":121,"tag":452,"props":2297,"children":2298},{"class":771},[2299],{"type":126,"value":2300},"...\n",{"type":121,"tag":452,"props":2302,"children":2303},{"class":454,"line":587},[2304,2308,2313,2317],{"type":121,"tag":452,"props":2305,"children":2306},{"class":491},[2307],{"type":126,"value":502},{"type":121,"tag":452,"props":2309,"children":2310},{"class":771},[2311],{"type":126,"value":2312},"standard",{"type":121,"tag":452,"props":2314,"children":2315},{"class":491},[2316],{"type":126,"value":468},{"type":121,"tag":452,"props":2318,"children":2319},{"class":771},[2320],{"type":126,"value":2321},"props\n",{"type":121,"tag":452,"props":2323,"children":2324},{"class":454,"line":601},[2325,2329],{"type":121,"tag":452,"props":2326,"children":2327},{"class":491},[2328],{"type":126,"value":502},{"type":121,"tag":452,"props":2330,"children":2331},{"class":771},[2332],{"type":126,"value":2300},{"type":121,"tag":452,"props":2334,"children":2335},{"class":454,"line":614},[2336,2340,2345,2349,2353,2358],{"type":121,"tag":452,"props":2337,"children":2338},{"class":491},[2339],{"type":126,"value":502},{"type":121,"tag":452,"props":2341,"children":2342},{"class":771},[2343],{"type":126,"value":2344},":modifiers",{"type":121,"tag":452,"props":2346,"children":2347},{"class":491},[2348],{"type":126,"value":779},{"type":121,"tag":452,"props":2350,"children":2351},{"class":491},[2352],{"type":126,"value":784},{"type":121,"tag":452,"props":2354,"children":2355},{"class":576},[2356],{"type":126,"value":2357},"{key_1: value_1, ..., key_n: value_n}",{"type":121,"tag":452,"props":2359,"children":2360},{"class":491},[2361],{"type":126,"value":793},{"type":121,"tag":452,"props":2363,"children":2364},{"class":454,"line":627},[2365],{"type":121,"tag":452,"props":2366,"children":2367},{"class":491},[2368],{"type":126,"value":869},{"type":121,"tag":122,"props":2370,"children":2371},{},[2372,2379],{"type":121,"tag":129,"props":2373,"children":2376},{"href":2374,"rel":2375},"https://www.twicpics.com/docs/api/transformations/?utm_source=nuxt&utm_medium=organic&utm_campaign=provider",[133],[2377],{"type":126,"value":2378},"A complete list of these features and their uses is accessible here",{"type":126,"value":382},{"type":121,"tag":675,"props":2381,"children":2382},{"id":201},[2383],{"type":126,"value":201},{"type":121,"tag":122,"props":2385,"children":2386},{},[2387,2391,2393,2397],{"type":121,"tag":190,"props":2388,"children":2389},{},[2390],{"type":126,"value":201},{"type":126,"value":2392}," will extract a zone from the image which size is the given ",{"type":121,"tag":190,"props":2394,"children":2395},{},[2396],{"type":126,"value":201},{"type":126,"value":2398}," size. If no coordinates are given, the focus point will be used as a guide to determine where to start the extraction. If coordinates are given, they will be used to determine the top-left pixel from which to start the extraction and the focus point will be reset to the center of the resulting image.",{"type":121,"tag":122,"props":2400,"children":2401},{},[2402,2403,2408,2418,2428],{"type":126,"value":723},{"type":121,"tag":190,"props":2404,"children":2405},{},[2406],{"type":126,"value":2407},"{ crop: ",{"type":121,"tag":129,"props":2409,"children":2412},{"href":2410,"rel":2411},"https://www.twicpics.com/docs/api/manipulations/?utm_source=nuxt&utm_medium=organic&utm_campaign=provider#crop-size",[133],[2413],{"type":121,"tag":190,"props":2414,"children":2415},{},[2416],{"type":126,"value":2417},"size",{"type":121,"tag":129,"props":2419,"children":2422},{"href":2420,"rel":2421},"https://www.twicpics.com/docs/api/manipulations/?utm_source=nuxt&utm_medium=organic&utm_campaign=provider#coordinates",[133],[2423],{"type":121,"tag":190,"props":2424,"children":2425},{},[2426],{"type":126,"value":2427},"@coordinates",{"type":121,"tag":190,"props":2429,"children":2430},{},[2431],{"type":126,"value":2432}," }",{"type":121,"tag":436,"props":2434,"children":2437},{"className":2435,"code":2436,"language":741,"meta":115},[739],"\u003CNuxtImg\n  provider=\"twicpics\"\n  src=\"/cat.jpg\"\n  :modifiers=\"{crop:'500x100'}\" \u003C!-- no coordinates given -->\n/>\n\u003CNuxtImg\n  provider=\"twicpics\"\n  src=\"/cat.jpg\"\n  :modifiers=\"{crop:'500x100@700x400'}\" \u003C!-- passing coordinates -->\n/>\n\u003CNuxtImg\n  provider=\"twicpics\"\n  src=\"/cat.jpg\"\n  :modifiers=\"{focus:'auto', crop:'500x100'}\" \u003C!-- using focus auto -->\n/>\n",[2438],{"type":121,"tag":445,"props":2439,"children":2440},{},[2441],{"type":121,"tag":436,"props":2442,"children":2443},{"__ignoreMap":115},[2444,2455,2482,2510,2580,2588,2599,2626,2653,2710,2718,2730,2758,2786,2854],{"type":121,"tag":452,"props":2445,"children":2446},{"class":454,"line":455},[2447,2451],{"type":121,"tag":452,"props":2448,"children":2449},{"class":491},[2450],{"type":126,"value":756},{"type":121,"tag":452,"props":2452,"children":2453},{"class":505},[2454],{"type":126,"value":761},{"type":121,"tag":452,"props":2456,"children":2457},{"class":454,"line":249},[2458,2462,2466,2470,2474,2478],{"type":121,"tag":452,"props":2459,"children":2460},{"class":491},[2461],{"type":126,"value":502},{"type":121,"tag":452,"props":2463,"children":2464},{"class":771},[2465],{"type":126,"value":774},{"type":121,"tag":452,"props":2467,"children":2468},{"class":491},[2469],{"type":126,"value":779},{"type":121,"tag":452,"props":2471,"children":2472},{"class":491},[2473],{"type":126,"value":784},{"type":121,"tag":452,"props":2475,"children":2476},{"class":576},[2477],{"type":126,"value":535},{"type":121,"tag":452,"props":2479,"children":2480},{"class":491},[2481],{"type":126,"value":793},{"type":121,"tag":452,"props":2483,"children":2484},{"class":454,"line":524},[2485,2489,2493,2497,2501,2506],{"type":121,"tag":452,"props":2486,"children":2487},{"class":491},[2488],{"type":126,"value":502},{"type":121,"tag":452,"props":2490,"children":2491},{"class":771},[2492],{"type":126,"value":805},{"type":121,"tag":452,"props":2494,"children":2495},{"class":491},[2496],{"type":126,"value":779},{"type":121,"tag":452,"props":2498,"children":2499},{"class":491},[2500],{"type":126,"value":784},{"type":121,"tag":452,"props":2502,"children":2503},{"class":576},[2504],{"type":126,"value":2505},"/cat.jpg",{"type":121,"tag":452,"props":2507,"children":2508},{"class":491},[2509],{"type":126,"value":793},{"type":121,"tag":452,"props":2511,"children":2512},{"class":454,"line":550},[2513,2517,2521,2525,2529,2534,2538,2543,2548,2552,2557,2561,2566,2570,2575],{"type":121,"tag":452,"props":2514,"children":2515},{"class":491},[2516],{"type":126,"value":502},{"type":121,"tag":452,"props":2518,"children":2519},{"class":771},[2520],{"type":126,"value":2344},{"type":121,"tag":452,"props":2522,"children":2523},{"class":491},[2524],{"type":126,"value":779},{"type":121,"tag":452,"props":2526,"children":2527},{"class":491},[2528],{"type":126,"value":784},{"type":121,"tag":452,"props":2530,"children":2531},{"class":576},[2532],{"type":126,"value":2533},"{crop:'500x100'}",{"type":121,"tag":452,"props":2535,"children":2536},{"class":491},[2537],{"type":126,"value":784},{"type":121,"tag":452,"props":2539,"children":2540},{"class":491},[2541],{"type":126,"value":2542}," \u003C!-- ",{"type":121,"tag":452,"props":2544,"children":2545},{"class":771},[2546],{"type":126,"value":2547},"no",{"type":121,"tag":452,"props":2549,"children":2550},{"class":491},[2551],{"type":126,"value":468},{"type":121,"tag":452,"props":2553,"children":2554},{"class":771},[2555],{"type":126,"value":2556},"coordinates",{"type":121,"tag":452,"props":2558,"children":2559},{"class":491},[2560],{"type":126,"value":468},{"type":121,"tag":452,"props":2562,"children":2563},{"class":771},[2564],{"type":126,"value":2565},"given",{"type":121,"tag":452,"props":2567,"children":2568},{"class":491},[2569],{"type":126,"value":468},{"type":121,"tag":452,"props":2571,"children":2572},{"class":771},[2573],{"type":126,"value":2574},"--",{"type":121,"tag":452,"props":2576,"children":2577},{"class":491},[2578],{"type":126,"value":2579},">\n",{"type":121,"tag":452,"props":2581,"children":2582},{"class":454,"line":587},[2583],{"type":121,"tag":452,"props":2584,"children":2585},{"class":465},[2586],{"type":126,"value":2587},"/>\n",{"type":121,"tag":452,"props":2589,"children":2590},{"class":454,"line":601},[2591,2595],{"type":121,"tag":452,"props":2592,"children":2593},{"class":491},[2594],{"type":126,"value":756},{"type":121,"tag":452,"props":2596,"children":2597},{"class":505},[2598],{"type":126,"value":761},{"type":121,"tag":452,"props":2600,"children":2601},{"class":454,"line":614},[2602,2606,2610,2614,2618,2622],{"type":121,"tag":452,"props":2603,"children":2604},{"class":491},[2605],{"type":126,"value":502},{"type":121,"tag":452,"props":2607,"children":2608},{"class":771},[2609],{"type":126,"value":774},{"type":121,"tag":452,"props":2611,"children":2612},{"class":491},[2613],{"type":126,"value":779},{"type":121,"tag":452,"props":2615,"children":2616},{"class":491},[2617],{"type":126,"value":784},{"type":121,"tag":452,"props":2619,"children":2620},{"class":576},[2621],{"type":126,"value":535},{"type":121,"tag":452,"props":2623,"children":2624},{"class":491},[2625],{"type":126,"value":793},{"type":121,"tag":452,"props":2627,"children":2628},{"class":454,"line":627},[2629,2633,2637,2641,2645,2649],{"type":121,"tag":452,"props":2630,"children":2631},{"class":491},[2632],{"type":126,"value":502},{"type":121,"tag":452,"props":2634,"children":2635},{"class":771},[2636],{"type":126,"value":805},{"type":121,"tag":452,"props":2638,"children":2639},{"class":491},[2640],{"type":126,"value":779},{"type":121,"tag":452,"props":2642,"children":2643},{"class":491},[2644],{"type":126,"value":784},{"type":121,"tag":452,"props":2646,"children":2647},{"class":576},[2648],{"type":126,"value":2505},{"type":121,"tag":452,"props":2650,"children":2651},{"class":491},[2652],{"type":126,"value":793},{"type":121,"tag":452,"props":2654,"children":2655},{"class":454,"line":639},[2656,2660,2664,2668,2672,2677,2681,2685,2690,2694,2698,2702,2706],{"type":121,"tag":452,"props":2657,"children":2658},{"class":491},[2659],{"type":126,"value":502},{"type":121,"tag":452,"props":2661,"children":2662},{"class":771},[2663],{"type":126,"value":2344},{"type":121,"tag":452,"props":2665,"children":2666},{"class":491},[2667],{"type":126,"value":779},{"type":121,"tag":452,"props":2669,"children":2670},{"class":491},[2671],{"type":126,"value":784},{"type":121,"tag":452,"props":2673,"children":2674},{"class":576},[2675],{"type":126,"value":2676},"{crop:'500x100@700x400'}",{"type":121,"tag":452,"props":2678,"children":2679},{"class":491},[2680],{"type":126,"value":784},{"type":121,"tag":452,"props":2682,"children":2683},{"class":491},[2684],{"type":126,"value":2542},{"type":121,"tag":452,"props":2686,"children":2687},{"class":771},[2688],{"type":126,"value":2689},"passing",{"type":121,"tag":452,"props":2691,"children":2692},{"class":491},[2693],{"type":126,"value":468},{"type":121,"tag":452,"props":2695,"children":2696},{"class":771},[2697],{"type":126,"value":2556},{"type":121,"tag":452,"props":2699,"children":2700},{"class":491},[2701],{"type":126,"value":468},{"type":121,"tag":452,"props":2703,"children":2704},{"class":771},[2705],{"type":126,"value":2574},{"type":121,"tag":452,"props":2707,"children":2708},{"class":491},[2709],{"type":126,"value":2579},{"type":121,"tag":452,"props":2711,"children":2713},{"class":454,"line":2712},10,[2714],{"type":121,"tag":452,"props":2715,"children":2716},{"class":465},[2717],{"type":126,"value":2587},{"type":121,"tag":452,"props":2719,"children":2721},{"class":454,"line":2720},11,[2722,2726],{"type":121,"tag":452,"props":2723,"children":2724},{"class":491},[2725],{"type":126,"value":756},{"type":121,"tag":452,"props":2727,"children":2728},{"class":505},[2729],{"type":126,"value":761},{"type":121,"tag":452,"props":2731,"children":2733},{"class":454,"line":2732},12,[2734,2738,2742,2746,2750,2754],{"type":121,"tag":452,"props":2735,"children":2736},{"class":491},[2737],{"type":126,"value":502},{"type":121,"tag":452,"props":2739,"children":2740},{"class":771},[2741],{"type":126,"value":774},{"type":121,"tag":452,"props":2743,"children":2744},{"class":491},[2745],{"type":126,"value":779},{"type":121,"tag":452,"props":2747,"children":2748},{"class":491},[2749],{"type":126,"value":784},{"type":121,"tag":452,"props":2751,"children":2752},{"class":576},[2753],{"type":126,"value":535},{"type":121,"tag":452,"props":2755,"children":2756},{"class":491},[2757],{"type":126,"value":793},{"type":121,"tag":452,"props":2759,"children":2761},{"class":454,"line":2760},13,[2762,2766,2770,2774,2778,2782],{"type":121,"tag":452,"props":2763,"children":2764},{"class":491},[2765],{"type":126,"value":502},{"type":121,"tag":452,"props":2767,"children":2768},{"class":771},[2769],{"type":126,"value":805},{"type":121,"tag":452,"props":2771,"children":2772},{"class":491},[2773],{"type":126,"value":779},{"type":121,"tag":452,"props":2775,"children":2776},{"class":491},[2777],{"type":126,"value":784},{"type":121,"tag":452,"props":2779,"children":2780},{"class":576},[2781],{"type":126,"value":2505},{"type":121,"tag":452,"props":2783,"children":2784},{"class":491},[2785],{"type":126,"value":793},{"type":121,"tag":452,"props":2787,"children":2789},{"class":454,"line":2788},14,[2790,2794,2798,2802,2806,2811,2815,2819,2824,2828,2833,2837,2842,2846,2850],{"type":121,"tag":452,"props":2791,"children":2792},{"class":491},[2793],{"type":126,"value":502},{"type":121,"tag":452,"props":2795,"children":2796},{"class":771},[2797],{"type":126,"value":2344},{"type":121,"tag":452,"props":2799,"children":2800},{"class":491},[2801],{"type":126,"value":779},{"type":121,"tag":452,"props":2803,"children":2804},{"class":491},[2805],{"type":126,"value":784},{"type":121,"tag":452,"props":2807,"children":2808},{"class":576},[2809],{"type":126,"value":2810},"{focus:'auto', crop:'500x100'}",{"type":121,"tag":452,"props":2812,"children":2813},{"class":491},[2814],{"type":126,"value":784},{"type":121,"tag":452,"props":2816,"children":2817},{"class":491},[2818],{"type":126,"value":2542},{"type":121,"tag":452,"props":2820,"children":2821},{"class":771},[2822],{"type":126,"value":2823},"using",{"type":121,"tag":452,"props":2825,"children":2826},{"class":491},[2827],{"type":126,"value":468},{"type":121,"tag":452,"props":2829,"children":2830},{"class":771},[2831],{"type":126,"value":2832},"focus",{"type":121,"tag":452,"props":2834,"children":2835},{"class":491},[2836],{"type":126,"value":468},{"type":121,"tag":452,"props":2838,"children":2839},{"class":771},[2840],{"type":126,"value":2841},"auto",{"type":121,"tag":452,"props":2843,"children":2844},{"class":491},[2845],{"type":126,"value":468},{"type":121,"tag":452,"props":2847,"children":2848},{"class":771},[2849],{"type":126,"value":2574},{"type":121,"tag":452,"props":2851,"children":2852},{"class":491},[2853],{"type":126,"value":2579},{"type":121,"tag":452,"props":2855,"children":2857},{"class":454,"line":2856},15,[2858],{"type":121,"tag":452,"props":2859,"children":2860},{"class":465},[2861],{"type":126,"value":869},{"type":121,"tag":122,"props":2863,"children":2864},{},[2865,2866,2879],{"type":126,"value":1659},{"type":121,"tag":129,"props":2867,"children":2870},{"href":2868,"rel":2869},"https://www.twicpics.com/docs/api/transformations/?utm_source=nuxt&utm_medium=organic&utm_campaign=provider#crop",[133],[2871,2873,2877],{"type":126,"value":2872},"about ",{"type":121,"tag":190,"props":2874,"children":2875},{},[2876],{"type":126,"value":201},{"type":126,"value":2878}," here",{"type":126,"value":382},{"type":121,"tag":675,"props":2881,"children":2882},{"id":360},[2883],{"type":126,"value":360},{"type":121,"tag":122,"props":2885,"children":2886},{},[2887,2891],{"type":121,"tag":190,"props":2888,"children":2889},{},[2890],{"type":126,"value":360},{"type":126,"value":2892}," will invert the image horizontally, vertically or both depending on the expression provided.",{"type":121,"tag":122,"props":2894,"children":2895},{},[2896,2897],{"type":126,"value":723},{"type":121,"tag":190,"props":2898,"children":2899},{},[2900],{"type":126,"value":2901},"{ flip: 'both'|'x'|'y' }",{"type":121,"tag":436,"props":2903,"children":2906},{"className":2904,"code":2905,"language":741,"meta":115},[739],"\u003CNuxtImg\n  provider=\"twicpics\"\n  src=\"/puppy.jpg\"\n  :modifiers=\"{flip:'both'}\" \u003C!-- horizontal and vertical -->\n/>\n\u003CNuxtImg\n  provider=\"twicpics\"\n  src=\"/puppy.jpg\"\n  :modifiers=\"{flip:'x'}\" \u003C!-- horizontal -->\n/>\n\u003CNuxtImg\n  provider=\"twicpics\"\n  src=\"/puppy.jpg\"\n  :modifiers=\"{flip:'y'}\" \u003C!-- vertical -->\n/>\n",[2907],{"type":121,"tag":445,"props":2908,"children":2909},{},[2910],{"type":121,"tag":436,"props":2911,"children":2912},{"__ignoreMap":115},[2913,2924,2951,2979,3046,3053,3064,3091,3118,3166,3173,3184,3211,3238,3286],{"type":121,"tag":452,"props":2914,"children":2915},{"class":454,"line":455},[2916,2920],{"type":121,"tag":452,"props":2917,"children":2918},{"class":491},[2919],{"type":126,"value":756},{"type":121,"tag":452,"props":2921,"children":2922},{"class":505},[2923],{"type":126,"value":761},{"type":121,"tag":452,"props":2925,"children":2926},{"class":454,"line":249},[2927,2931,2935,2939,2943,2947],{"type":121,"tag":452,"props":2928,"children":2929},{"class":491},[2930],{"type":126,"value":502},{"type":121,"tag":452,"props":2932,"children":2933},{"class":771},[2934],{"type":126,"value":774},{"type":121,"tag":452,"props":2936,"children":2937},{"class":491},[2938],{"type":126,"value":779},{"type":121,"tag":452,"props":2940,"children":2941},{"class":491},[2942],{"type":126,"value":784},{"type":121,"tag":452,"props":2944,"children":2945},{"class":576},[2946],{"type":126,"value":535},{"type":121,"tag":452,"props":2948,"children":2949},{"class":491},[2950],{"type":126,"value":793},{"type":121,"tag":452,"props":2952,"children":2953},{"class":454,"line":524},[2954,2958,2962,2966,2970,2975],{"type":121,"tag":452,"props":2955,"children":2956},{"class":491},[2957],{"type":126,"value":502},{"type":121,"tag":452,"props":2959,"children":2960},{"class":771},[2961],{"type":126,"value":805},{"type":121,"tag":452,"props":2963,"children":2964},{"class":491},[2965],{"type":126,"value":779},{"type":121,"tag":452,"props":2967,"children":2968},{"class":491},[2969],{"type":126,"value":784},{"type":121,"tag":452,"props":2971,"children":2972},{"class":576},[2973],{"type":126,"value":2974},"/puppy.jpg",{"type":121,"tag":452,"props":2976,"children":2977},{"class":491},[2978],{"type":126,"value":793},{"type":121,"tag":452,"props":2980,"children":2981},{"class":454,"line":550},[2982,2986,2990,2994,2998,3003,3007,3011,3016,3020,3025,3029,3034,3038,3042],{"type":121,"tag":452,"props":2983,"children":2984},{"class":491},[2985],{"type":126,"value":502},{"type":121,"tag":452,"props":2987,"children":2988},{"class":771},[2989],{"type":126,"value":2344},{"type":121,"tag":452,"props":2991,"children":2992},{"class":491},[2993],{"type":126,"value":779},{"type":121,"tag":452,"props":2995,"children":2996},{"class":491},[2997],{"type":126,"value":784},{"type":121,"tag":452,"props":2999,"children":3000},{"class":576},[3001],{"type":126,"value":3002},"{flip:'both'}",{"type":121,"tag":452,"props":3004,"children":3005},{"class":491},[3006],{"type":126,"value":784},{"type":121,"tag":452,"props":3008,"children":3009},{"class":491},[3010],{"type":126,"value":2542},{"type":121,"tag":452,"props":3012,"children":3013},{"class":771},[3014],{"type":126,"value":3015},"horizontal",{"type":121,"tag":452,"props":3017,"children":3018},{"class":491},[3019],{"type":126,"value":468},{"type":121,"tag":452,"props":3021,"children":3022},{"class":771},[3023],{"type":126,"value":3024},"and",{"type":121,"tag":452,"props":3026,"children":3027},{"class":491},[3028],{"type":126,"value":468},{"type":121,"tag":452,"props":3030,"children":3031},{"class":771},[3032],{"type":126,"value":3033},"vertical",{"type":121,"tag":452,"props":3035,"children":3036},{"class":491},[3037],{"type":126,"value":468},{"type":121,"tag":452,"props":3039,"children":3040},{"class":771},[3041],{"type":126,"value":2574},{"type":121,"tag":452,"props":3043,"children":3044},{"class":491},[3045],{"type":126,"value":2579},{"type":121,"tag":452,"props":3047,"children":3048},{"class":454,"line":587},[3049],{"type":121,"tag":452,"props":3050,"children":3051},{"class":465},[3052],{"type":126,"value":2587},{"type":121,"tag":452,"props":3054,"children":3055},{"class":454,"line":601},[3056,3060],{"type":121,"tag":452,"props":3057,"children":3058},{"class":491},[3059],{"type":126,"value":756},{"type":121,"tag":452,"props":3061,"children":3062},{"class":505},[3063],{"type":126,"value":761},{"type":121,"tag":452,"props":3065,"children":3066},{"class":454,"line":614},[3067,3071,3075,3079,3083,3087],{"type":121,"tag":452,"props":3068,"children":3069},{"class":491},[3070],{"type":126,"value":502},{"type":121,"tag":452,"props":3072,"children":3073},{"class":771},[3074],{"type":126,"value":774},{"type":121,"tag":452,"props":3076,"children":3077},{"class":491},[3078],{"type":126,"value":779},{"type":121,"tag":452,"props":3080,"children":3081},{"class":491},[3082],{"type":126,"value":784},{"type":121,"tag":452,"props":3084,"children":3085},{"class":576},[3086],{"type":126,"value":535},{"type":121,"tag":452,"props":3088,"children":3089},{"class":491},[3090],{"type":126,"value":793},{"type":121,"tag":452,"props":3092,"children":3093},{"class":454,"line":627},[3094,3098,3102,3106,3110,3114],{"type":121,"tag":452,"props":3095,"children":3096},{"class":491},[3097],{"type":126,"value":502},{"type":121,"tag":452,"props":3099,"children":3100},{"class":771},[3101],{"type":126,"value":805},{"type":121,"tag":452,"props":3103,"children":3104},{"class":491},[3105],{"type":126,"value":779},{"type":121,"tag":452,"props":3107,"children":3108},{"class":491},[3109],{"type":126,"value":784},{"type":121,"tag":452,"props":3111,"children":3112},{"class":576},[3113],{"type":126,"value":2974},{"type":121,"tag":452,"props":3115,"children":3116},{"class":491},[3117],{"type":126,"value":793},{"type":121,"tag":452,"props":3119,"children":3120},{"class":454,"line":639},[3121,3125,3129,3133,3137,3142,3146,3150,3154,3158,3162],{"type":121,"tag":452,"props":3122,"children":3123},{"class":491},[3124],{"type":126,"value":502},{"type":121,"tag":452,"props":3126,"children":3127},{"class":771},[3128],{"type":126,"value":2344},{"type":121,"tag":452,"props":3130,"children":3131},{"class":491},[3132],{"type":126,"value":779},{"type":121,"tag":452,"props":3134,"children":3135},{"class":491},[3136],{"type":126,"value":784},{"type":121,"tag":452,"props":3138,"children":3139},{"class":576},[3140],{"type":126,"value":3141},"{flip:'x'}",{"type":121,"tag":452,"props":3143,"children":3144},{"class":491},[3145],{"type":126,"value":784},{"type":121,"tag":452,"props":3147,"children":3148},{"class":491},[3149],{"type":126,"value":2542},{"type":121,"tag":452,"props":3151,"children":3152},{"class":771},[3153],{"type":126,"value":3015},{"type":121,"tag":452,"props":3155,"children":3156},{"class":491},[3157],{"type":126,"value":468},{"type":121,"tag":452,"props":3159,"children":3160},{"class":771},[3161],{"type":126,"value":2574},{"type":121,"tag":452,"props":3163,"children":3164},{"class":491},[3165],{"type":126,"value":2579},{"type":121,"tag":452,"props":3167,"children":3168},{"class":454,"line":2712},[3169],{"type":121,"tag":452,"props":3170,"children":3171},{"class":465},[3172],{"type":126,"value":2587},{"type":121,"tag":452,"props":3174,"children":3175},{"class":454,"line":2720},[3176,3180],{"type":121,"tag":452,"props":3177,"children":3178},{"class":491},[3179],{"type":126,"value":756},{"type":121,"tag":452,"props":3181,"children":3182},{"class":505},[3183],{"type":126,"value":761},{"type":121,"tag":452,"props":3185,"children":3186},{"class":454,"line":2732},[3187,3191,3195,3199,3203,3207],{"type":121,"tag":452,"props":3188,"children":3189},{"class":491},[3190],{"type":126,"value":502},{"type":121,"tag":452,"props":3192,"children":3193},{"class":771},[3194],{"type":126,"value":774},{"type":121,"tag":452,"props":3196,"children":3197},{"class":491},[3198],{"type":126,"value":779},{"type":121,"tag":452,"props":3200,"children":3201},{"class":491},[3202],{"type":126,"value":784},{"type":121,"tag":452,"props":3204,"children":3205},{"class":576},[3206],{"type":126,"value":535},{"type":121,"tag":452,"props":3208,"children":3209},{"class":491},[3210],{"type":126,"value":793},{"type":121,"tag":452,"props":3212,"children":3213},{"class":454,"line":2760},[3214,3218,3222,3226,3230,3234],{"type":121,"tag":452,"props":3215,"children":3216},{"class":491},[3217],{"type":126,"value":502},{"type":121,"tag":452,"props":3219,"children":3220},{"class":771},[3221],{"type":126,"value":805},{"type":121,"tag":452,"props":3223,"children":3224},{"class":491},[3225],{"type":126,"value":779},{"type":121,"tag":452,"props":3227,"children":3228},{"class":491},[3229],{"type":126,"value":784},{"type":121,"tag":452,"props":3231,"children":3232},{"class":576},[3233],{"type":126,"value":2974},{"type":121,"tag":452,"props":3235,"children":3236},{"class":491},[3237],{"type":126,"value":793},{"type":121,"tag":452,"props":3239,"children":3240},{"class":454,"line":2788},[3241,3245,3249,3253,3257,3262,3266,3270,3274,3278,3282],{"type":121,"tag":452,"props":3242,"children":3243},{"class":491},[3244],{"type":126,"value":502},{"type":121,"tag":452,"props":3246,"children":3247},{"class":771},[3248],{"type":126,"value":2344},{"type":121,"tag":452,"props":3250,"children":3251},{"class":491},[3252],{"type":126,"value":779},{"type":121,"tag":452,"props":3254,"children":3255},{"class":491},[3256],{"type":126,"value":784},{"type":121,"tag":452,"props":3258,"children":3259},{"class":576},[3260],{"type":126,"value":3261},"{flip:'y'}",{"type":121,"tag":452,"props":3263,"children":3264},{"class":491},[3265],{"type":126,"value":784},{"type":121,"tag":452,"props":3267,"children":3268},{"class":491},[3269],{"type":126,"value":2542},{"type":121,"tag":452,"props":3271,"children":3272},{"class":771},[3273],{"type":126,"value":3033},{"type":121,"tag":452,"props":3275,"children":3276},{"class":491},[3277],{"type":126,"value":468},{"type":121,"tag":452,"props":3279,"children":3280},{"class":771},[3281],{"type":126,"value":2574},{"type":121,"tag":452,"props":3283,"children":3284},{"class":491},[3285],{"type":126,"value":2579},{"type":121,"tag":452,"props":3287,"children":3288},{"class":454,"line":2856},[3289],{"type":121,"tag":452,"props":3290,"children":3291},{"class":465},[3292],{"type":126,"value":869},{"type":121,"tag":122,"props":3294,"children":3295},{},[3296,3297,3308],{"type":126,"value":1659},{"type":121,"tag":129,"props":3298,"children":3301},{"href":3299,"rel":3300},"https://www.twicpics.com/docs/api/transformations/?utm_source=nuxt&utm_medium=organic&utm_campaign=provider#flip",[133],[3302,3303,3307],{"type":126,"value":2872},{"type":121,"tag":190,"props":3304,"children":3305},{},[3306],{"type":126,"value":360},{"type":126,"value":2878},{"type":126,"value":382},{"type":121,"tag":675,"props":3310,"children":3311},{"id":2832},[3312],{"type":126,"value":2832},{"type":121,"tag":122,"props":3314,"children":3315},{},[3316,3320],{"type":121,"tag":190,"props":3317,"children":3318},{},[3319],{"type":126,"value":2832},{"type":126,"value":3321}," will set the focus point coordinates. It doesn't modify the output image in any way but will change the behavior of further transformations that take the focus point into account (namely cover, crop and resize).",{"type":121,"tag":122,"props":3323,"children":3324},{},[3325,3327,3331],{"type":126,"value":3326},"If ",{"type":121,"tag":190,"props":3328,"children":3329},{},[3330],{"type":126,"value":2841},{"type":126,"value":3332}," is used in place of actual coordinates, the focus point will be chosen automagically for you!",{"type":121,"tag":122,"props":3334,"children":3335},{},[3336,3337,3342,3351],{"type":126,"value":723},{"type":121,"tag":190,"props":3338,"children":3339},{},[3340],{"type":126,"value":3341},"{ focus: ",{"type":121,"tag":129,"props":3343,"children":3346},{"href":3344,"rel":3345},"https://www.twicpics.com/docs/api/manipulations/?utm_source=nuxt&utm_medium=organic&utm_campaign=provider#crop-coordinates",[133],[3347],{"type":121,"tag":190,"props":3348,"children":3349},{},[3350],{"type":126,"value":2556},{"type":121,"tag":190,"props":3352,"children":3353},{},[3354],{"type":126,"value":3355},"|'auto' }",{"type":121,"tag":436,"props":3357,"children":3360},{"className":3358,"code":3359,"language":741,"meta":115},[739],"\u003CNuxtImg\n  provider=\"twicpics\"\n  src=\"/cat_1x1.jpg\"\n  :modifiers=\"{focus:'auto', crop:'500x500'}\" \u003C!-- using crop with focus auto -->\n/>\n\n\u003CNuxtImg\n  provider=\"twicpics\"\n  src=\"/football.jpg\"\n  :modifiers=\"{focus:'auto', cover:'1:1'}\" \u003C!-- changing ratio with focus auto -->\n/>\n\n\u003CNuxtImg\n  provider=\"twicpics\"\n  src=\"/path-to-nuxt-demo.jpg\"\n  :modifiers=\"{focus:'200x200', cover:'1:1'}\" \u003C!-- changing ratio with selected focus -->\n/>\n",[3361],{"type":121,"tag":445,"props":3362,"children":3363},{},[3364],{"type":121,"tag":436,"props":3365,"children":3366},{"__ignoreMap":115},[3367,3378,3405,3432,3513,3520,3528,3539,3566,3593,3675,3682,3689,3700,3727,3754,3836],{"type":121,"tag":452,"props":3368,"children":3369},{"class":454,"line":455},[3370,3374],{"type":121,"tag":452,"props":3371,"children":3372},{"class":491},[3373],{"type":126,"value":756},{"type":121,"tag":452,"props":3375,"children":3376},{"class":505},[3377],{"type":126,"value":761},{"type":121,"tag":452,"props":3379,"children":3380},{"class":454,"line":249},[3381,3385,3389,3393,3397,3401],{"type":121,"tag":452,"props":3382,"children":3383},{"class":491},[3384],{"type":126,"value":502},{"type":121,"tag":452,"props":3386,"children":3387},{"class":771},[3388],{"type":126,"value":774},{"type":121,"tag":452,"props":3390,"children":3391},{"class":491},[3392],{"type":126,"value":779},{"type":121,"tag":452,"props":3394,"children":3395},{"class":491},[3396],{"type":126,"value":784},{"type":121,"tag":452,"props":3398,"children":3399},{"class":576},[3400],{"type":126,"value":535},{"type":121,"tag":452,"props":3402,"children":3403},{"class":491},[3404],{"type":126,"value":793},{"type":121,"tag":452,"props":3406,"children":3407},{"class":454,"line":524},[3408,3412,3416,3420,3424,3428],{"type":121,"tag":452,"props":3409,"children":3410},{"class":491},[3411],{"type":126,"value":502},{"type":121,"tag":452,"props":3413,"children":3414},{"class":771},[3415],{"type":126,"value":805},{"type":121,"tag":452,"props":3417,"children":3418},{"class":491},[3419],{"type":126,"value":779},{"type":121,"tag":452,"props":3421,"children":3422},{"class":491},[3423],{"type":126,"value":784},{"type":121,"tag":452,"props":3425,"children":3426},{"class":576},[3427],{"type":126,"value":1101},{"type":121,"tag":452,"props":3429,"children":3430},{"class":491},[3431],{"type":126,"value":793},{"type":121,"tag":452,"props":3433,"children":3434},{"class":454,"line":550},[3435,3439,3443,3447,3451,3456,3460,3464,3468,3472,3476,3480,3485,3489,3493,3497,3501,3505,3509],{"type":121,"tag":452,"props":3436,"children":3437},{"class":491},[3438],{"type":126,"value":502},{"type":121,"tag":452,"props":3440,"children":3441},{"class":771},[3442],{"type":126,"value":2344},{"type":121,"tag":452,"props":3444,"children":3445},{"class":491},[3446],{"type":126,"value":779},{"type":121,"tag":452,"props":3448,"children":3449},{"class":491},[3450],{"type":126,"value":784},{"type":121,"tag":452,"props":3452,"children":3453},{"class":576},[3454],{"type":126,"value":3455},"{focus:'auto', crop:'500x500'}",{"type":121,"tag":452,"props":3457,"children":3458},{"class":491},[3459],{"type":126,"value":784},{"type":121,"tag":452,"props":3461,"children":3462},{"class":491},[3463],{"type":126,"value":2542},{"type":121,"tag":452,"props":3465,"children":3466},{"class":771},[3467],{"type":126,"value":2823},{"type":121,"tag":452,"props":3469,"children":3470},{"class":491},[3471],{"type":126,"value":468},{"type":121,"tag":452,"props":3473,"children":3474},{"class":771},[3475],{"type":126,"value":201},{"type":121,"tag":452,"props":3477,"children":3478},{"class":491},[3479],{"type":126,"value":468},{"type":121,"tag":452,"props":3481,"children":3482},{"class":771},[3483],{"type":126,"value":3484},"with",{"type":121,"tag":452,"props":3486,"children":3487},{"class":491},[3488],{"type":126,"value":468},{"type":121,"tag":452,"props":3490,"children":3491},{"class":771},[3492],{"type":126,"value":2832},{"type":121,"tag":452,"props":3494,"children":3495},{"class":491},[3496],{"type":126,"value":468},{"type":121,"tag":452,"props":3498,"children":3499},{"class":771},[3500],{"type":126,"value":2841},{"type":121,"tag":452,"props":3502,"children":3503},{"class":491},[3504],{"type":126,"value":468},{"type":121,"tag":452,"props":3506,"children":3507},{"class":771},[3508],{"type":126,"value":2574},{"type":121,"tag":452,"props":3510,"children":3511},{"class":491},[3512],{"type":126,"value":2579},{"type":121,"tag":452,"props":3514,"children":3515},{"class":454,"line":587},[3516],{"type":121,"tag":452,"props":3517,"children":3518},{"class":465},[3519],{"type":126,"value":2587},{"type":121,"tag":452,"props":3521,"children":3522},{"class":454,"line":601},[3523],{"type":121,"tag":452,"props":3524,"children":3525},{},[3526],{"type":126,"value":3527},"\n",{"type":121,"tag":452,"props":3529,"children":3530},{"class":454,"line":614},[3531,3535],{"type":121,"tag":452,"props":3532,"children":3533},{"class":491},[3534],{"type":126,"value":756},{"type":121,"tag":452,"props":3536,"children":3537},{"class":505},[3538],{"type":126,"value":761},{"type":121,"tag":452,"props":3540,"children":3541},{"class":454,"line":627},[3542,3546,3550,3554,3558,3562],{"type":121,"tag":452,"props":3543,"children":3544},{"class":491},[3545],{"type":126,"value":502},{"type":121,"tag":452,"props":3547,"children":3548},{"class":771},[3549],{"type":126,"value":774},{"type":121,"tag":452,"props":3551,"children":3552},{"class":491},[3553],{"type":126,"value":779},{"type":121,"tag":452,"props":3555,"children":3556},{"class":491},[3557],{"type":126,"value":784},{"type":121,"tag":452,"props":3559,"children":3560},{"class":576},[3561],{"type":126,"value":535},{"type":121,"tag":452,"props":3563,"children":3564},{"class":491},[3565],{"type":126,"value":793},{"type":121,"tag":452,"props":3567,"children":3568},{"class":454,"line":639},[3569,3573,3577,3581,3585,3589],{"type":121,"tag":452,"props":3570,"children":3571},{"class":491},[3572],{"type":126,"value":502},{"type":121,"tag":452,"props":3574,"children":3575},{"class":771},[3576],{"type":126,"value":805},{"type":121,"tag":452,"props":3578,"children":3579},{"class":491},[3580],{"type":126,"value":779},{"type":121,"tag":452,"props":3582,"children":3583},{"class":491},[3584],{"type":126,"value":784},{"type":121,"tag":452,"props":3586,"children":3587},{"class":576},[3588],{"type":126,"value":818},{"type":121,"tag":452,"props":3590,"children":3591},{"class":491},[3592],{"type":126,"value":793},{"type":121,"tag":452,"props":3594,"children":3595},{"class":454,"line":2712},[3596,3600,3604,3608,3612,3617,3621,3625,3630,3634,3639,3643,3647,3651,3655,3659,3663,3667,3671],{"type":121,"tag":452,"props":3597,"children":3598},{"class":491},[3599],{"type":126,"value":502},{"type":121,"tag":452,"props":3601,"children":3602},{"class":771},[3603],{"type":126,"value":2344},{"type":121,"tag":452,"props":3605,"children":3606},{"class":491},[3607],{"type":126,"value":779},{"type":121,"tag":452,"props":3609,"children":3610},{"class":491},[3611],{"type":126,"value":784},{"type":121,"tag":452,"props":3613,"children":3614},{"class":576},[3615],{"type":126,"value":3616},"{focus:'auto', cover:'1:1'}",{"type":121,"tag":452,"props":3618,"children":3619},{"class":491},[3620],{"type":126,"value":784},{"type":121,"tag":452,"props":3622,"children":3623},{"class":491},[3624],{"type":126,"value":2542},{"type":121,"tag":452,"props":3626,"children":3627},{"class":771},[3628],{"type":126,"value":3629},"changing",{"type":121,"tag":452,"props":3631,"children":3632},{"class":491},[3633],{"type":126,"value":468},{"type":121,"tag":452,"props":3635,"children":3636},{"class":771},[3637],{"type":126,"value":3638},"ratio",{"type":121,"tag":452,"props":3640,"children":3641},{"class":491},[3642],{"type":126,"value":468},{"type":121,"tag":452,"props":3644,"children":3645},{"class":771},[3646],{"type":126,"value":3484},{"type":121,"tag":452,"props":3648,"children":3649},{"class":491},[3650],{"type":126,"value":468},{"type":121,"tag":452,"props":3652,"children":3653},{"class":771},[3654],{"type":126,"value":2832},{"type":121,"tag":452,"props":3656,"children":3657},{"class":491},[3658],{"type":126,"value":468},{"type":121,"tag":452,"props":3660,"children":3661},{"class":771},[3662],{"type":126,"value":2841},{"type":121,"tag":452,"props":3664,"children":3665},{"class":491},[3666],{"type":126,"value":468},{"type":121,"tag":452,"props":3668,"children":3669},{"class":771},[3670],{"type":126,"value":2574},{"type":121,"tag":452,"props":3672,"children":3673},{"class":491},[3674],{"type":126,"value":2579},{"type":121,"tag":452,"props":3676,"children":3677},{"class":454,"line":2720},[3678],{"type":121,"tag":452,"props":3679,"children":3680},{"class":465},[3681],{"type":126,"value":2587},{"type":121,"tag":452,"props":3683,"children":3684},{"class":454,"line":2732},[3685],{"type":121,"tag":452,"props":3686,"children":3687},{},[3688],{"type":126,"value":3527},{"type":121,"tag":452,"props":3690,"children":3691},{"class":454,"line":2760},[3692,3696],{"type":121,"tag":452,"props":3693,"children":3694},{"class":491},[3695],{"type":126,"value":756},{"type":121,"tag":452,"props":3697,"children":3698},{"class":505},[3699],{"type":126,"value":761},{"type":121,"tag":452,"props":3701,"children":3702},{"class":454,"line":2788},[3703,3707,3711,3715,3719,3723],{"type":121,"tag":452,"props":3704,"children":3705},{"class":491},[3706],{"type":126,"value":502},{"type":121,"tag":452,"props":3708,"children":3709},{"class":771},[3710],{"type":126,"value":774},{"type":121,"tag":452,"props":3712,"children":3713},{"class":491},[3714],{"type":126,"value":779},{"type":121,"tag":452,"props":3716,"children":3717},{"class":491},[3718],{"type":126,"value":784},{"type":121,"tag":452,"props":3720,"children":3721},{"class":576},[3722],{"type":126,"value":535},{"type":121,"tag":452,"props":3724,"children":3725},{"class":491},[3726],{"type":126,"value":793},{"type":121,"tag":452,"props":3728,"children":3729},{"class":454,"line":2856},[3730,3734,3738,3742,3746,3750],{"type":121,"tag":452,"props":3731,"children":3732},{"class":491},[3733],{"type":126,"value":502},{"type":121,"tag":452,"props":3735,"children":3736},{"class":771},[3737],{"type":126,"value":805},{"type":121,"tag":452,"props":3739,"children":3740},{"class":491},[3741],{"type":126,"value":779},{"type":121,"tag":452,"props":3743,"children":3744},{"class":491},[3745],{"type":126,"value":784},{"type":121,"tag":452,"props":3747,"children":3748},{"class":576},[3749],{"type":126,"value":2284},{"type":121,"tag":452,"props":3751,"children":3752},{"class":491},[3753],{"type":126,"value":793},{"type":121,"tag":452,"props":3755,"children":3757},{"class":454,"line":3756},16,[3758,3762,3766,3770,3774,3779,3783,3787,3791,3795,3799,3803,3807,3811,3816,3820,3824,3828,3832],{"type":121,"tag":452,"props":3759,"children":3760},{"class":491},[3761],{"type":126,"value":502},{"type":121,"tag":452,"props":3763,"children":3764},{"class":771},[3765],{"type":126,"value":2344},{"type":121,"tag":452,"props":3767,"children":3768},{"class":491},[3769],{"type":126,"value":779},{"type":121,"tag":452,"props":3771,"children":3772},{"class":491},[3773],{"type":126,"value":784},{"type":121,"tag":452,"props":3775,"children":3776},{"class":576},[3777],{"type":126,"value":3778},"{focus:'200x200', cover:'1:1'}",{"type":121,"tag":452,"props":3780,"children":3781},{"class":491},[3782],{"type":126,"value":784},{"type":121,"tag":452,"props":3784,"children":3785},{"class":491},[3786],{"type":126,"value":2542},{"type":121,"tag":452,"props":3788,"children":3789},{"class":771},[3790],{"type":126,"value":3629},{"type":121,"tag":452,"props":3792,"children":3793},{"class":491},[3794],{"type":126,"value":468},{"type":121,"tag":452,"props":3796,"children":3797},{"class":771},[3798],{"type":126,"value":3638},{"type":121,"tag":452,"props":3800,"children":3801},{"class":491},[3802],{"type":126,"value":468},{"type":121,"tag":452,"props":3804,"children":3805},{"class":771},[3806],{"type":126,"value":3484},{"type":121,"tag":452,"props":3808,"children":3809},{"class":491},[3810],{"type":126,"value":468},{"type":121,"tag":452,"props":3812,"children":3813},{"class":771},[3814],{"type":126,"value":3815},"selected",{"type":121,"tag":452,"props":3817,"children":3818},{"class":491},[3819],{"type":126,"value":468},{"type":121,"tag":452,"props":3821,"children":3822},{"class":771},[3823],{"type":126,"value":2832},{"type":121,"tag":452,"props":3825,"children":3826},{"class":491},[3827],{"type":126,"value":468},{"type":121,"tag":452,"props":3829,"children":3830},{"class":771},[3831],{"type":126,"value":2574},{"type":121,"tag":452,"props":3833,"children":3834},{"class":491},[3835],{"type":126,"value":2579},{"type":121,"tag":452,"props":3837,"children":3839},{"class":454,"line":3838},17,[3840],{"type":121,"tag":452,"props":3841,"children":3842},{"class":465},[3843],{"type":126,"value":869},{"type":121,"tag":122,"props":3845,"children":3846},{},[3847,3852],{"type":121,"tag":3848,"props":3849,"children":3850},"em",{},[3851],{"type":126,"value":1721},{"type":126,"value":3853}," : focus must be placed before the transformations modifying the output image (namely cover, crop and resize).",{"type":121,"tag":122,"props":3855,"children":3856},{},[3857,3858,3869],{"type":126,"value":1659},{"type":121,"tag":129,"props":3859,"children":3862},{"href":3860,"rel":3861},"https://www.twicpics.com/docs/api/transformations/?utm_source=nuxt&utm_medium=organic&utm_campaign=provider#focus",[133],[3863,3864,3868],{"type":126,"value":2872},{"type":121,"tag":190,"props":3865,"children":3866},{},[3867],{"type":126,"value":2832},{"type":126,"value":2878},{"type":126,"value":382},{"type":121,"tag":675,"props":3871,"children":3873},{"id":3872},"truecolor",[3874],{"type":126,"value":3872},{"type":121,"tag":122,"props":3876,"children":3877},{},[3878,3882],{"type":121,"tag":190,"props":3879,"children":3880},{},[3881],{"type":126,"value":3872},{"type":126,"value":3883}," can be used to prevent color quantization. If no boolean is provided, true is assumed.",{"type":121,"tag":122,"props":3885,"children":3886},{},[3887],{"type":126,"value":3888},"By default, quantization is allowed (truecolor=false).",{"type":121,"tag":122,"props":3890,"children":3891},{},[3892,3894,3899],{"type":126,"value":3893},"Quantization occurs whenever the output format is ",{"type":121,"tag":190,"props":3895,"children":3896},{},[3897],{"type":126,"value":3898},"png",{"type":126,"value":382},{"type":121,"tag":122,"props":3901,"children":3902},{},[3903,3905,3909,3911,3915],{"type":126,"value":3904},"Use truecolor if you want to distribute substantially larger but more accurate images with translucency to users on browsers with no ",{"type":121,"tag":190,"props":3906,"children":3907},{},[3908],{"type":126,"value":320},{"type":126,"value":3910}," support or when ",{"type":121,"tag":190,"props":3912,"children":3913},{},[3914],{"type":126,"value":3898},{"type":126,"value":3916}," is required as output format.",{"type":121,"tag":436,"props":3918,"children":3921},{"className":3919,"code":3920,"language":741,"meta":115},[739],"\u003CNuxtImg\n  provider=\"twicpics\"\n  src=\"/peacock.jpg\"\n  format=\"png\"\n  :modifiers=\"{truecolor:true}\" \u003C!-- disallowes color quantization -->\n/>\n\n\u003CNuxtImg\n  provider=\"twicpics\"\n  src=\"/peacock.jpg\"\n  format=\"png\"\n  :modifiers=\"{truecolor:false}\" \u003C!-- allowes color quantization (default value) -->\n/>\n",[3922],{"type":121,"tag":445,"props":3923,"children":3924},{},[3925],{"type":121,"tag":436,"props":3926,"children":3927},{"__ignoreMap":115},[3928,3939,3966,3994,4021,4087,4094,4101,4112,4139,4166,4193,4276],{"type":121,"tag":452,"props":3929,"children":3930},{"class":454,"line":455},[3931,3935],{"type":121,"tag":452,"props":3932,"children":3933},{"class":491},[3934],{"type":126,"value":756},{"type":121,"tag":452,"props":3936,"children":3937},{"class":505},[3938],{"type":126,"value":761},{"type":121,"tag":452,"props":3940,"children":3941},{"class":454,"line":249},[3942,3946,3950,3954,3958,3962],{"type":121,"tag":452,"props":3943,"children":3944},{"class":491},[3945],{"type":126,"value":502},{"type":121,"tag":452,"props":3947,"children":3948},{"class":771},[3949],{"type":126,"value":774},{"type":121,"tag":452,"props":3951,"children":3952},{"class":491},[3953],{"type":126,"value":779},{"type":121,"tag":452,"props":3955,"children":3956},{"class":491},[3957],{"type":126,"value":784},{"type":121,"tag":452,"props":3959,"children":3960},{"class":576},[3961],{"type":126,"value":535},{"type":121,"tag":452,"props":3963,"children":3964},{"class":491},[3965],{"type":126,"value":793},{"type":121,"tag":452,"props":3967,"children":3968},{"class":454,"line":524},[3969,3973,3977,3981,3985,3990],{"type":121,"tag":452,"props":3970,"children":3971},{"class":491},[3972],{"type":126,"value":502},{"type":121,"tag":452,"props":3974,"children":3975},{"class":771},[3976],{"type":126,"value":805},{"type":121,"tag":452,"props":3978,"children":3979},{"class":491},[3980],{"type":126,"value":779},{"type":121,"tag":452,"props":3982,"children":3983},{"class":491},[3984],{"type":126,"value":784},{"type":121,"tag":452,"props":3986,"children":3987},{"class":576},[3988],{"type":126,"value":3989},"/peacock.jpg",{"type":121,"tag":452,"props":3991,"children":3992},{"class":491},[3993],{"type":126,"value":793},{"type":121,"tag":452,"props":3995,"children":3996},{"class":454,"line":550},[3997,4001,4005,4009,4013,4017],{"type":121,"tag":452,"props":3998,"children":3999},{"class":491},[4000],{"type":126,"value":502},{"type":121,"tag":452,"props":4002,"children":4003},{"class":771},[4004],{"type":126,"value":1360},{"type":121,"tag":452,"props":4006,"children":4007},{"class":491},[4008],{"type":126,"value":779},{"type":121,"tag":452,"props":4010,"children":4011},{"class":491},[4012],{"type":126,"value":784},{"type":121,"tag":452,"props":4014,"children":4015},{"class":576},[4016],{"type":126,"value":3898},{"type":121,"tag":452,"props":4018,"children":4019},{"class":491},[4020],{"type":126,"value":793},{"type":121,"tag":452,"props":4022,"children":4023},{"class":454,"line":587},[4024,4028,4032,4036,4040,4045,4049,4053,4058,4062,4066,4070,4075,4079,4083],{"type":121,"tag":452,"props":4025,"children":4026},{"class":491},[4027],{"type":126,"value":502},{"type":121,"tag":452,"props":4029,"children":4030},{"class":771},[4031],{"type":126,"value":2344},{"type":121,"tag":452,"props":4033,"children":4034},{"class":491},[4035],{"type":126,"value":779},{"type":121,"tag":452,"props":4037,"children":4038},{"class":491},[4039],{"type":126,"value":784},{"type":121,"tag":452,"props":4041,"children":4042},{"class":576},[4043],{"type":126,"value":4044},"{truecolor:true}",{"type":121,"tag":452,"props":4046,"children":4047},{"class":491},[4048],{"type":126,"value":784},{"type":121,"tag":452,"props":4050,"children":4051},{"class":491},[4052],{"type":126,"value":2542},{"type":121,"tag":452,"props":4054,"children":4055},{"class":771},[4056],{"type":126,"value":4057},"disallowes",{"type":121,"tag":452,"props":4059,"children":4060},{"class":491},[4061],{"type":126,"value":468},{"type":121,"tag":452,"props":4063,"children":4064},{"class":771},[4065],{"type":126,"value":1890},{"type":121,"tag":452,"props":4067,"children":4068},{"class":491},[4069],{"type":126,"value":468},{"type":121,"tag":452,"props":4071,"children":4072},{"class":771},[4073],{"type":126,"value":4074},"quantization",{"type":121,"tag":452,"props":4076,"children":4077},{"class":491},[4078],{"type":126,"value":468},{"type":121,"tag":452,"props":4080,"children":4081},{"class":771},[4082],{"type":126,"value":2574},{"type":121,"tag":452,"props":4084,"children":4085},{"class":491},[4086],{"type":126,"value":2579},{"type":121,"tag":452,"props":4088,"children":4089},{"class":454,"line":601},[4090],{"type":121,"tag":452,"props":4091,"children":4092},{"class":465},[4093],{"type":126,"value":2587},{"type":121,"tag":452,"props":4095,"children":4096},{"class":454,"line":614},[4097],{"type":121,"tag":452,"props":4098,"children":4099},{},[4100],{"type":126,"value":3527},{"type":121,"tag":452,"props":4102,"children":4103},{"class":454,"line":627},[4104,4108],{"type":121,"tag":452,"props":4105,"children":4106},{"class":491},[4107],{"type":126,"value":756},{"type":121,"tag":452,"props":4109,"children":4110},{"class":505},[4111],{"type":126,"value":761},{"type":121,"tag":452,"props":4113,"children":4114},{"class":454,"line":639},[4115,4119,4123,4127,4131,4135],{"type":121,"tag":452,"props":4116,"children":4117},{"class":491},[4118],{"type":126,"value":502},{"type":121,"tag":452,"props":4120,"children":4121},{"class":771},[4122],{"type":126,"value":774},{"type":121,"tag":452,"props":4124,"children":4125},{"class":491},[4126],{"type":126,"value":779},{"type":121,"tag":452,"props":4128,"children":4129},{"class":491},[4130],{"type":126,"value":784},{"type":121,"tag":452,"props":4132,"children":4133},{"class":576},[4134],{"type":126,"value":535},{"type":121,"tag":452,"props":4136,"children":4137},{"class":491},[4138],{"type":126,"value":793},{"type":121,"tag":452,"props":4140,"children":4141},{"class":454,"line":2712},[4142,4146,4150,4154,4158,4162],{"type":121,"tag":452,"props":4143,"children":4144},{"class":491},[4145],{"type":126,"value":502},{"type":121,"tag":452,"props":4147,"children":4148},{"class":771},[4149],{"type":126,"value":805},{"type":121,"tag":452,"props":4151,"children":4152},{"class":491},[4153],{"type":126,"value":779},{"type":121,"tag":452,"props":4155,"children":4156},{"class":491},[4157],{"type":126,"value":784},{"type":121,"tag":452,"props":4159,"children":4160},{"class":576},[4161],{"type":126,"value":3989},{"type":121,"tag":452,"props":4163,"children":4164},{"class":491},[4165],{"type":126,"value":793},{"type":121,"tag":452,"props":4167,"children":4168},{"class":454,"line":2720},[4169,4173,4177,4181,4185,4189],{"type":121,"tag":452,"props":4170,"children":4171},{"class":491},[4172],{"type":126,"value":502},{"type":121,"tag":452,"props":4174,"children":4175},{"class":771},[4176],{"type":126,"value":1360},{"type":121,"tag":452,"props":4178,"children":4179},{"class":491},[4180],{"type":126,"value":779},{"type":121,"tag":452,"props":4182,"children":4183},{"class":491},[4184],{"type":126,"value":784},{"type":121,"tag":452,"props":4186,"children":4187},{"class":576},[4188],{"type":126,"value":3898},{"type":121,"tag":452,"props":4190,"children":4191},{"class":491},[4192],{"type":126,"value":793},{"type":121,"tag":452,"props":4194,"children":4195},{"class":454,"line":2732},[4196,4200,4204,4208,4212,4217,4221,4225,4230,4234,4238,4242,4246,4250,4255,4259,4264,4268,4272],{"type":121,"tag":452,"props":4197,"children":4198},{"class":491},[4199],{"type":126,"value":502},{"type":121,"tag":452,"props":4201,"children":4202},{"class":771},[4203],{"type":126,"value":2344},{"type":121,"tag":452,"props":4205,"children":4206},{"class":491},[4207],{"type":126,"value":779},{"type":121,"tag":452,"props":4209,"children":4210},{"class":491},[4211],{"type":126,"value":784},{"type":121,"tag":452,"props":4213,"children":4214},{"class":576},[4215],{"type":126,"value":4216},"{truecolor:false}",{"type":121,"tag":452,"props":4218,"children":4219},{"class":491},[4220],{"type":126,"value":784},{"type":121,"tag":452,"props":4222,"children":4223},{"class":491},[4224],{"type":126,"value":2542},{"type":121,"tag":452,"props":4226,"children":4227},{"class":771},[4228],{"type":126,"value":4229},"allowes",{"type":121,"tag":452,"props":4231,"children":4232},{"class":491},[4233],{"type":126,"value":468},{"type":121,"tag":452,"props":4235,"children":4236},{"class":771},[4237],{"type":126,"value":1890},{"type":121,"tag":452,"props":4239,"children":4240},{"class":491},[4241],{"type":126,"value":468},{"type":121,"tag":452,"props":4243,"children":4244},{"class":771},[4245],{"type":126,"value":4074},{"type":121,"tag":452,"props":4247,"children":4248},{"class":491},[4249],{"type":126,"value":468},{"type":121,"tag":452,"props":4251,"children":4252},{"class":771},[4253],{"type":126,"value":4254},"(default",{"type":121,"tag":452,"props":4256,"children":4257},{"class":491},[4258],{"type":126,"value":468},{"type":121,"tag":452,"props":4260,"children":4261},{"class":771},[4262],{"type":126,"value":4263},"value)",{"type":121,"tag":452,"props":4265,"children":4266},{"class":491},[4267],{"type":126,"value":468},{"type":121,"tag":452,"props":4269,"children":4270},{"class":771},[4271],{"type":126,"value":2574},{"type":121,"tag":452,"props":4273,"children":4274},{"class":491},[4275],{"type":126,"value":2579},{"type":121,"tag":452,"props":4277,"children":4278},{"class":454,"line":2760},[4279],{"type":121,"tag":452,"props":4280,"children":4281},{"class":465},[4282],{"type":126,"value":869},{"type":121,"tag":122,"props":4284,"children":4285},{},[4286,4287,4298],{"type":126,"value":1659},{"type":121,"tag":129,"props":4288,"children":4291},{"href":4289,"rel":4290},"https://www.twicpics.com/docs/api/transformations/?utm_source=nuxt&utm_medium=organic&utm_campaign=provider#truecolor",[133],[4292,4293,4297],{"type":126,"value":2872},{"type":121,"tag":190,"props":4294,"children":4295},{},[4296],{"type":126,"value":3872},{"type":126,"value":2878},{"type":126,"value":382},{"type":121,"tag":675,"props":4300,"children":4301},{"id":367},[4302],{"type":126,"value":367},{"type":121,"tag":122,"props":4304,"children":4305},{},[4306,4310],{"type":121,"tag":190,"props":4307,"children":4308},{},[4309],{"type":126,"value":367},{"type":126,"value":4311}," will change the orientation of the image. It accepts an angle in degrees or an expression. Angles will be rounded to the closest multiple of 90°.",{"type":121,"tag":122,"props":4313,"children":4314},{},[4315,4316,4321,4329],{"type":126,"value":723},{"type":121,"tag":190,"props":4317,"children":4318},{},[4319],{"type":126,"value":4320},"{ turn: ",{"type":121,"tag":129,"props":4322,"children":4324},{"href":1689,"rel":4323},[133],[4325],{"type":121,"tag":190,"props":4326,"children":4327},{},[4328],{"type":126,"value":1696},{"type":121,"tag":190,"props":4330,"children":4331},{},[4332],{"type":126,"value":4333},"|'flip'|'left'|'right' }",{"type":121,"tag":436,"props":4335,"children":4338},{"className":4336,"code":4337,"language":741,"meta":115},[739],"\u003CNuxtImg\n  provider=\"twicpics\"\n  src=\"/football.jpg\"\n  :modifiers=\"{turn:'left'}\" \u003C!-- turns image at -90° -->\n/>\n\n\u003CNuxtImg\n  provider=\"twicpics\"\n  src=\"/football.jpg\"\n  :modifiers=\"{turn:180}\" \u003C!-- turns image at 180° -->\n/>\n",[4339],{"type":121,"tag":445,"props":4340,"children":4341},{},[4342],{"type":121,"tag":436,"props":4343,"children":4344},{"__ignoreMap":115},[4345,4356,4383,4410,4485,4492,4499,4510,4537,4564,4637],{"type":121,"tag":452,"props":4346,"children":4347},{"class":454,"line":455},[4348,4352],{"type":121,"tag":452,"props":4349,"children":4350},{"class":491},[4351],{"type":126,"value":756},{"type":121,"tag":452,"props":4353,"children":4354},{"class":505},[4355],{"type":126,"value":761},{"type":121,"tag":452,"props":4357,"children":4358},{"class":454,"line":249},[4359,4363,4367,4371,4375,4379],{"type":121,"tag":452,"props":4360,"children":4361},{"class":491},[4362],{"type":126,"value":502},{"type":121,"tag":452,"props":4364,"children":4365},{"class":771},[4366],{"type":126,"value":774},{"type":121,"tag":452,"props":4368,"children":4369},{"class":491},[4370],{"type":126,"value":779},{"type":121,"tag":452,"props":4372,"children":4373},{"class":491},[4374],{"type":126,"value":784},{"type":121,"tag":452,"props":4376,"children":4377},{"class":576},[4378],{"type":126,"value":535},{"type":121,"tag":452,"props":4380,"children":4381},{"class":491},[4382],{"type":126,"value":793},{"type":121,"tag":452,"props":4384,"children":4385},{"class":454,"line":524},[4386,4390,4394,4398,4402,4406],{"type":121,"tag":452,"props":4387,"children":4388},{"class":491},[4389],{"type":126,"value":502},{"type":121,"tag":452,"props":4391,"children":4392},{"class":771},[4393],{"type":126,"value":805},{"type":121,"tag":452,"props":4395,"children":4396},{"class":491},[4397],{"type":126,"value":779},{"type":121,"tag":452,"props":4399,"children":4400},{"class":491},[4401],{"type":126,"value":784},{"type":121,"tag":452,"props":4403,"children":4404},{"class":576},[4405],{"type":126,"value":818},{"type":121,"tag":452,"props":4407,"children":4408},{"class":491},[4409],{"type":126,"value":793},{"type":121,"tag":452,"props":4411,"children":4412},{"class":454,"line":550},[4413,4417,4421,4425,4429,4434,4438,4442,4447,4451,4455,4459,4464,4468,4473,4477,4481],{"type":121,"tag":452,"props":4414,"children":4415},{"class":491},[4416],{"type":126,"value":502},{"type":121,"tag":452,"props":4418,"children":4419},{"class":771},[4420],{"type":126,"value":2344},{"type":121,"tag":452,"props":4422,"children":4423},{"class":491},[4424],{"type":126,"value":779},{"type":121,"tag":452,"props":4426,"children":4427},{"class":491},[4428],{"type":126,"value":784},{"type":121,"tag":452,"props":4430,"children":4431},{"class":576},[4432],{"type":126,"value":4433},"{turn:'left'}",{"type":121,"tag":452,"props":4435,"children":4436},{"class":491},[4437],{"type":126,"value":784},{"type":121,"tag":452,"props":4439,"children":4440},{"class":491},[4441],{"type":126,"value":2542},{"type":121,"tag":452,"props":4443,"children":4444},{"class":771},[4445],{"type":126,"value":4446},"turns",{"type":121,"tag":452,"props":4448,"children":4449},{"class":491},[4450],{"type":126,"value":468},{"type":121,"tag":452,"props":4452,"children":4453},{"class":771},[4454],{"type":126,"value":508},{"type":121,"tag":452,"props":4456,"children":4457},{"class":491},[4458],{"type":126,"value":468},{"type":121,"tag":452,"props":4460,"children":4461},{"class":771},[4462],{"type":126,"value":4463},"at",{"type":121,"tag":452,"props":4465,"children":4466},{"class":491},[4467],{"type":126,"value":468},{"type":121,"tag":452,"props":4469,"children":4470},{"class":771},[4471],{"type":126,"value":4472},"-90°",{"type":121,"tag":452,"props":4474,"children":4475},{"class":491},[4476],{"type":126,"value":468},{"type":121,"tag":452,"props":4478,"children":4479},{"class":771},[4480],{"type":126,"value":2574},{"type":121,"tag":452,"props":4482,"children":4483},{"class":491},[4484],{"type":126,"value":2579},{"type":121,"tag":452,"props":4486,"children":4487},{"class":454,"line":587},[4488],{"type":121,"tag":452,"props":4489,"children":4490},{"class":465},[4491],{"type":126,"value":2587},{"type":121,"tag":452,"props":4493,"children":4494},{"class":454,"line":601},[4495],{"type":121,"tag":452,"props":4496,"children":4497},{},[4498],{"type":126,"value":3527},{"type":121,"tag":452,"props":4500,"children":4501},{"class":454,"line":614},[4502,4506],{"type":121,"tag":452,"props":4503,"children":4504},{"class":491},[4505],{"type":126,"value":756},{"type":121,"tag":452,"props":4507,"children":4508},{"class":505},[4509],{"type":126,"value":761},{"type":121,"tag":452,"props":4511,"children":4512},{"class":454,"line":627},[4513,4517,4521,4525,4529,4533],{"type":121,"tag":452,"props":4514,"children":4515},{"class":491},[4516],{"type":126,"value":502},{"type":121,"tag":452,"props":4518,"children":4519},{"class":771},[4520],{"type":126,"value":774},{"type":121,"tag":452,"props":4522,"children":4523},{"class":491},[4524],{"type":126,"value":779},{"type":121,"tag":452,"props":4526,"children":4527},{"class":491},[4528],{"type":126,"value":784},{"type":121,"tag":452,"props":4530,"children":4531},{"class":576},[4532],{"type":126,"value":535},{"type":121,"tag":452,"props":4534,"children":4535},{"class":491},[4536],{"type":126,"value":793},{"type":121,"tag":452,"props":4538,"children":4539},{"class":454,"line":639},[4540,4544,4548,4552,4556,4560],{"type":121,"tag":452,"props":4541,"children":4542},{"class":491},[4543],{"type":126,"value":502},{"type":121,"tag":452,"props":4545,"children":4546},{"class":771},[4547],{"type":126,"value":805},{"type":121,"tag":452,"props":4549,"children":4550},{"class":491},[4551],{"type":126,"value":779},{"type":121,"tag":452,"props":4553,"children":4554},{"class":491},[4555],{"type":126,"value":784},{"type":121,"tag":452,"props":4557,"children":4558},{"class":576},[4559],{"type":126,"value":818},{"type":121,"tag":452,"props":4561,"children":4562},{"class":491},[4563],{"type":126,"value":793},{"type":121,"tag":452,"props":4565,"children":4566},{"class":454,"line":2712},[4567,4571,4575,4579,4583,4588,4592,4596,4600,4604,4608,4612,4616,4620,4625,4629,4633],{"type":121,"tag":452,"props":4568,"children":4569},{"class":491},[4570],{"type":126,"value":502},{"type":121,"tag":452,"props":4572,"children":4573},{"class":771},[4574],{"type":126,"value":2344},{"type":121,"tag":452,"props":4576,"children":4577},{"class":491},[4578],{"type":126,"value":779},{"type":121,"tag":452,"props":4580,"children":4581},{"class":491},[4582],{"type":126,"value":784},{"type":121,"tag":452,"props":4584,"children":4585},{"class":576},[4586],{"type":126,"value":4587},"{turn:180}",{"type":121,"tag":452,"props":4589,"children":4590},{"class":491},[4591],{"type":126,"value":784},{"type":121,"tag":452,"props":4593,"children":4594},{"class":491},[4595],{"type":126,"value":2542},{"type":121,"tag":452,"props":4597,"children":4598},{"class":771},[4599],{"type":126,"value":4446},{"type":121,"tag":452,"props":4601,"children":4602},{"class":491},[4603],{"type":126,"value":468},{"type":121,"tag":452,"props":4605,"children":4606},{"class":771},[4607],{"type":126,"value":508},{"type":121,"tag":452,"props":4609,"children":4610},{"class":491},[4611],{"type":126,"value":468},{"type":121,"tag":452,"props":4613,"children":4614},{"class":771},[4615],{"type":126,"value":4463},{"type":121,"tag":452,"props":4617,"children":4618},{"class":491},[4619],{"type":126,"value":468},{"type":121,"tag":452,"props":4621,"children":4622},{"class":771},[4623],{"type":126,"value":4624},"180°",{"type":121,"tag":452,"props":4626,"children":4627},{"class":491},[4628],{"type":126,"value":468},{"type":121,"tag":452,"props":4630,"children":4631},{"class":771},[4632],{"type":126,"value":2574},{"type":121,"tag":452,"props":4634,"children":4635},{"class":491},[4636],{"type":126,"value":2579},{"type":121,"tag":452,"props":4638,"children":4639},{"class":454,"line":2720},[4640],{"type":121,"tag":452,"props":4641,"children":4642},{"class":465},[4643],{"type":126,"value":869},{"type":121,"tag":122,"props":4645,"children":4646},{},[4647,4648,4659],{"type":126,"value":1659},{"type":121,"tag":129,"props":4649,"children":4652},{"href":4650,"rel":4651},"https://www.twicpics.com/docs/api/transformations/?utm_source=nuxt&utm_medium=organic&utm_campaign=provider#turn",[133],[4653,4654,4658],{"type":126,"value":2872},{"type":121,"tag":190,"props":4655,"children":4656},{},[4657],{"type":126,"value":367},{"type":126,"value":2878},{"type":126,"value":382},{"type":121,"tag":675,"props":4661,"children":4662},{"id":380},[4663],{"type":126,"value":380},{"type":121,"tag":122,"props":4665,"children":4666},{},[4667],{"type":126,"value":4668},"Zooms into the image by a factor equal or superior to 1 towards the focus point while preserving the image size.",{"type":121,"tag":122,"props":4670,"children":4671},{},[4672,4673,4678,4686],{"type":126,"value":723},{"type":121,"tag":190,"props":4674,"children":4675},{},[4676],{"type":126,"value":4677},"{ zoom: ",{"type":121,"tag":129,"props":4679,"children":4681},{"href":1689,"rel":4680},[133],[4682],{"type":121,"tag":190,"props":4683,"children":4684},{},[4685],{"type":126,"value":1696},{"type":121,"tag":190,"props":4687,"children":4688},{},[4689],{"type":126,"value":2432},{"type":121,"tag":436,"props":4691,"children":4694},{"className":4692,"code":4693,"language":741,"meta":115},[739],"\u003CNuxtImg\n  provider=\"twicpics\"\n  src=\"/cherry-3.jpg\"\n  :modifiers=\"{zoom:1.5}\" \u003C!-- zooms into image by a factor 1.5 -->\n/>\n\n\u003CNuxtImg\n  provider=\"twicpics\"\n  src=\"/cherry-3.jpg\"\n :modifiers=\"{zoom:3}\" \u003C!-- zooms into image by a factor 3 -->\n/>\n\n\u003CNuxtImg\n  provider=\"twicpics\"\n  src=\"/cherry-3.jpg\"\n :modifiers=\"{focus:'auto', zoom:3}\" \u003C!-- zooms into image by a factor 3 in direction of the focus-->\n/>\n\n\u003CNuxtImg\n  provider=\"twicpics\"\n  src=\"/cherry-3.jpg\"\n :modifiers=\"{focus:'200x200', zoom:3}\" \u003C!-- zooms into image by a factor 3 in direction of the focus-->\n/>\n\n",[4695],{"type":121,"tag":445,"props":4696,"children":4697},{},[4698],{"type":121,"tag":436,"props":4699,"children":4700},{"__ignoreMap":115},[4701,4712,4739,4767,4868,4875,4882,4893,4920,4947,5044,5051,5058,5069,5096,5123,5256,5263,5271,5283,5311,5339,5468],{"type":121,"tag":452,"props":4702,"children":4703},{"class":454,"line":455},[4704,4708],{"type":121,"tag":452,"props":4705,"children":4706},{"class":491},[4707],{"type":126,"value":756},{"type":121,"tag":452,"props":4709,"children":4710},{"class":505},[4711],{"type":126,"value":761},{"type":121,"tag":452,"props":4713,"children":4714},{"class":454,"line":249},[4715,4719,4723,4727,4731,4735],{"type":121,"tag":452,"props":4716,"children":4717},{"class":491},[4718],{"type":126,"value":502},{"type":121,"tag":452,"props":4720,"children":4721},{"class":771},[4722],{"type":126,"value":774},{"type":121,"tag":452,"props":4724,"children":4725},{"class":491},[4726],{"type":126,"value":779},{"type":121,"tag":452,"props":4728,"children":4729},{"class":491},[4730],{"type":126,"value":784},{"type":121,"tag":452,"props":4732,"children":4733},{"class":576},[4734],{"type":126,"value":535},{"type":121,"tag":452,"props":4736,"children":4737},{"class":491},[4738],{"type":126,"value":793},{"type":121,"tag":452,"props":4740,"children":4741},{"class":454,"line":524},[4742,4746,4750,4754,4758,4763],{"type":121,"tag":452,"props":4743,"children":4744},{"class":491},[4745],{"type":126,"value":502},{"type":121,"tag":452,"props":4747,"children":4748},{"class":771},[4749],{"type":126,"value":805},{"type":121,"tag":452,"props":4751,"children":4752},{"class":491},[4753],{"type":126,"value":779},{"type":121,"tag":452,"props":4755,"children":4756},{"class":491},[4757],{"type":126,"value":784},{"type":121,"tag":452,"props":4759,"children":4760},{"class":576},[4761],{"type":126,"value":4762},"/cherry-3.jpg",{"type":121,"tag":452,"props":4764,"children":4765},{"class":491},[4766],{"type":126,"value":793},{"type":121,"tag":452,"props":4768,"children":4769},{"class":454,"line":550},[4770,4774,4778,4782,4786,4791,4795,4799,4804,4808,4813,4817,4821,4825,4830,4834,4838,4842,4847,4851,4856,4860,4864],{"type":121,"tag":452,"props":4771,"children":4772},{"class":491},[4773],{"type":126,"value":502},{"type":121,"tag":452,"props":4775,"children":4776},{"class":771},[4777],{"type":126,"value":2344},{"type":121,"tag":452,"props":4779,"children":4780},{"class":491},[4781],{"type":126,"value":779},{"type":121,"tag":452,"props":4783,"children":4784},{"class":491},[4785],{"type":126,"value":784},{"type":121,"tag":452,"props":4787,"children":4788},{"class":576},[4789],{"type":126,"value":4790},"{zoom:1.5}",{"type":121,"tag":452,"props":4792,"children":4793},{"class":491},[4794],{"type":126,"value":784},{"type":121,"tag":452,"props":4796,"children":4797},{"class":491},[4798],{"type":126,"value":2542},{"type":121,"tag":452,"props":4800,"children":4801},{"class":771},[4802],{"type":126,"value":4803},"zooms",{"type":121,"tag":452,"props":4805,"children":4806},{"class":491},[4807],{"type":126,"value":468},{"type":121,"tag":452,"props":4809,"children":4810},{"class":771},[4811],{"type":126,"value":4812},"into",{"type":121,"tag":452,"props":4814,"children":4815},{"class":491},[4816],{"type":126,"value":468},{"type":121,"tag":452,"props":4818,"children":4819},{"class":771},[4820],{"type":126,"value":508},{"type":121,"tag":452,"props":4822,"children":4823},{"class":491},[4824],{"type":126,"value":468},{"type":121,"tag":452,"props":4826,"children":4827},{"class":771},[4828],{"type":126,"value":4829},"by",{"type":121,"tag":452,"props":4831,"children":4832},{"class":491},[4833],{"type":126,"value":468},{"type":121,"tag":452,"props":4835,"children":4836},{"class":771},[4837],{"type":126,"value":129},{"type":121,"tag":452,"props":4839,"children":4840},{"class":491},[4841],{"type":126,"value":468},{"type":121,"tag":452,"props":4843,"children":4844},{"class":771},[4845],{"type":126,"value":4846},"factor",{"type":121,"tag":452,"props":4848,"children":4849},{"class":491},[4850],{"type":126,"value":468},{"type":121,"tag":452,"props":4852,"children":4853},{"class":771},[4854],{"type":126,"value":4855},"1.5",{"type":121,"tag":452,"props":4857,"children":4858},{"class":491},[4859],{"type":126,"value":468},{"type":121,"tag":452,"props":4861,"children":4862},{"class":771},[4863],{"type":126,"value":2574},{"type":121,"tag":452,"props":4865,"children":4866},{"class":491},[4867],{"type":126,"value":2579},{"type":121,"tag":452,"props":4869,"children":4870},{"class":454,"line":587},[4871],{"type":121,"tag":452,"props":4872,"children":4873},{"class":465},[4874],{"type":126,"value":2587},{"type":121,"tag":452,"props":4876,"children":4877},{"class":454,"line":601},[4878],{"type":121,"tag":452,"props":4879,"children":4880},{},[4881],{"type":126,"value":3527},{"type":121,"tag":452,"props":4883,"children":4884},{"class":454,"line":614},[4885,4889],{"type":121,"tag":452,"props":4886,"children":4887},{"class":491},[4888],{"type":126,"value":756},{"type":121,"tag":452,"props":4890,"children":4891},{"class":505},[4892],{"type":126,"value":761},{"type":121,"tag":452,"props":4894,"children":4895},{"class":454,"line":627},[4896,4900,4904,4908,4912,4916],{"type":121,"tag":452,"props":4897,"children":4898},{"class":491},[4899],{"type":126,"value":502},{"type":121,"tag":452,"props":4901,"children":4902},{"class":771},[4903],{"type":126,"value":774},{"type":121,"tag":452,"props":4905,"children":4906},{"class":491},[4907],{"type":126,"value":779},{"type":121,"tag":452,"props":4909,"children":4910},{"class":491},[4911],{"type":126,"value":784},{"type":121,"tag":452,"props":4913,"children":4914},{"class":576},[4915],{"type":126,"value":535},{"type":121,"tag":452,"props":4917,"children":4918},{"class":491},[4919],{"type":126,"value":793},{"type":121,"tag":452,"props":4921,"children":4922},{"class":454,"line":639},[4923,4927,4931,4935,4939,4943],{"type":121,"tag":452,"props":4924,"children":4925},{"class":491},[4926],{"type":126,"value":502},{"type":121,"tag":452,"props":4928,"children":4929},{"class":771},[4930],{"type":126,"value":805},{"type":121,"tag":452,"props":4932,"children":4933},{"class":491},[4934],{"type":126,"value":779},{"type":121,"tag":452,"props":4936,"children":4937},{"class":491},[4938],{"type":126,"value":784},{"type":121,"tag":452,"props":4940,"children":4941},{"class":576},[4942],{"type":126,"value":4762},{"type":121,"tag":452,"props":4944,"children":4945},{"class":491},[4946],{"type":126,"value":793},{"type":121,"tag":452,"props":4948,"children":4949},{"class":454,"line":2712},[4950,4954,4958,4962,4966,4971,4975,4979,4983,4987,4991,4995,4999,5003,5007,5011,5015,5019,5023,5027,5032,5036,5040],{"type":121,"tag":452,"props":4951,"children":4952},{"class":491},[4953],{"type":126,"value":468},{"type":121,"tag":452,"props":4955,"children":4956},{"class":771},[4957],{"type":126,"value":2344},{"type":121,"tag":452,"props":4959,"children":4960},{"class":491},[4961],{"type":126,"value":779},{"type":121,"tag":452,"props":4963,"children":4964},{"class":491},[4965],{"type":126,"value":784},{"type":121,"tag":452,"props":4967,"children":4968},{"class":576},[4969],{"type":126,"value":4970},"{zoom:3}",{"type":121,"tag":452,"props":4972,"children":4973},{"class":491},[4974],{"type":126,"value":784},{"type":121,"tag":452,"props":4976,"children":4977},{"class":491},[4978],{"type":126,"value":2542},{"type":121,"tag":452,"props":4980,"children":4981},{"class":771},[4982],{"type":126,"value":4803},{"type":121,"tag":452,"props":4984,"children":4985},{"class":491},[4986],{"type":126,"value":468},{"type":121,"tag":452,"props":4988,"children":4989},{"class":771},[4990],{"type":126,"value":4812},{"type":121,"tag":452,"props":4992,"children":4993},{"class":491},[4994],{"type":126,"value":468},{"type":121,"tag":452,"props":4996,"children":4997},{"class":771},[4998],{"type":126,"value":508},{"type":121,"tag":452,"props":5000,"children":5001},{"class":491},[5002],{"type":126,"value":468},{"type":121,"tag":452,"props":5004,"children":5005},{"class":771},[5006],{"type":126,"value":4829},{"type":121,"tag":452,"props":5008,"children":5009},{"class":491},[5010],{"type":126,"value":468},{"type":121,"tag":452,"props":5012,"children":5013},{"class":771},[5014],{"type":126,"value":129},{"type":121,"tag":452,"props":5016,"children":5017},{"class":491},[5018],{"type":126,"value":468},{"type":121,"tag":452,"props":5020,"children":5021},{"class":771},[5022],{"type":126,"value":4846},{"type":121,"tag":452,"props":5024,"children":5025},{"class":491},[5026],{"type":126,"value":468},{"type":121,"tag":452,"props":5028,"children":5029},{"class":771},[5030],{"type":126,"value":5031},"3",{"type":121,"tag":452,"props":5033,"children":5034},{"class":491},[5035],{"type":126,"value":468},{"type":121,"tag":452,"props":5037,"children":5038},{"class":771},[5039],{"type":126,"value":2574},{"type":121,"tag":452,"props":5041,"children":5042},{"class":491},[5043],{"type":126,"value":2579},{"type":121,"tag":452,"props":5045,"children":5046},{"class":454,"line":2720},[5047],{"type":121,"tag":452,"props":5048,"children":5049},{"class":465},[5050],{"type":126,"value":2587},{"type":121,"tag":452,"props":5052,"children":5053},{"class":454,"line":2732},[5054],{"type":121,"tag":452,"props":5055,"children":5056},{},[5057],{"type":126,"value":3527},{"type":121,"tag":452,"props":5059,"children":5060},{"class":454,"line":2760},[5061,5065],{"type":121,"tag":452,"props":5062,"children":5063},{"class":491},[5064],{"type":126,"value":756},{"type":121,"tag":452,"props":5066,"children":5067},{"class":505},[5068],{"type":126,"value":761},{"type":121,"tag":452,"props":5070,"children":5071},{"class":454,"line":2788},[5072,5076,5080,5084,5088,5092],{"type":121,"tag":452,"props":5073,"children":5074},{"class":491},[5075],{"type":126,"value":502},{"type":121,"tag":452,"props":5077,"children":5078},{"class":771},[5079],{"type":126,"value":774},{"type":121,"tag":452,"props":5081,"children":5082},{"class":491},[5083],{"type":126,"value":779},{"type":121,"tag":452,"props":5085,"children":5086},{"class":491},[5087],{"type":126,"value":784},{"type":121,"tag":452,"props":5089,"children":5090},{"class":576},[5091],{"type":126,"value":535},{"type":121,"tag":452,"props":5093,"children":5094},{"class":491},[5095],{"type":126,"value":793},{"type":121,"tag":452,"props":5097,"children":5098},{"class":454,"line":2856},[5099,5103,5107,5111,5115,5119],{"type":121,"tag":452,"props":5100,"children":5101},{"class":491},[5102],{"type":126,"value":502},{"type":121,"tag":452,"props":5104,"children":5105},{"class":771},[5106],{"type":126,"value":805},{"type":121,"tag":452,"props":5108,"children":5109},{"class":491},[5110],{"type":126,"value":779},{"type":121,"tag":452,"props":5112,"children":5113},{"class":491},[5114],{"type":126,"value":784},{"type":121,"tag":452,"props":5116,"children":5117},{"class":576},[5118],{"type":126,"value":4762},{"type":121,"tag":452,"props":5120,"children":5121},{"class":491},[5122],{"type":126,"value":793},{"type":121,"tag":452,"props":5124,"children":5125},{"class":454,"line":3756},[5126,5130,5134,5138,5142,5147,5151,5155,5159,5163,5167,5171,5175,5179,5183,5187,5191,5195,5199,5203,5207,5211,5216,5220,5225,5229,5234,5238,5243,5247,5252],{"type":121,"tag":452,"props":5127,"children":5128},{"class":491},[5129],{"type":126,"value":468},{"type":121,"tag":452,"props":5131,"children":5132},{"class":771},[5133],{"type":126,"value":2344},{"type":121,"tag":452,"props":5135,"children":5136},{"class":491},[5137],{"type":126,"value":779},{"type":121,"tag":452,"props":5139,"children":5140},{"class":491},[5141],{"type":126,"value":784},{"type":121,"tag":452,"props":5143,"children":5144},{"class":576},[5145],{"type":126,"value":5146},"{focus:'auto', zoom:3}",{"type":121,"tag":452,"props":5148,"children":5149},{"class":491},[5150],{"type":126,"value":784},{"type":121,"tag":452,"props":5152,"children":5153},{"class":491},[5154],{"type":126,"value":2542},{"type":121,"tag":452,"props":5156,"children":5157},{"class":771},[5158],{"type":126,"value":4803},{"type":121,"tag":452,"props":5160,"children":5161},{"class":491},[5162],{"type":126,"value":468},{"type":121,"tag":452,"props":5164,"children":5165},{"class":771},[5166],{"type":126,"value":4812},{"type":121,"tag":452,"props":5168,"children":5169},{"class":491},[5170],{"type":126,"value":468},{"type":121,"tag":452,"props":5172,"children":5173},{"class":771},[5174],{"type":126,"value":508},{"type":121,"tag":452,"props":5176,"children":5177},{"class":491},[5178],{"type":126,"value":468},{"type":121,"tag":452,"props":5180,"children":5181},{"class":771},[5182],{"type":126,"value":4829},{"type":121,"tag":452,"props":5184,"children":5185},{"class":491},[5186],{"type":126,"value":468},{"type":121,"tag":452,"props":5188,"children":5189},{"class":771},[5190],{"type":126,"value":129},{"type":121,"tag":452,"props":5192,"children":5193},{"class":491},[5194],{"type":126,"value":468},{"type":121,"tag":452,"props":5196,"children":5197},{"class":771},[5198],{"type":126,"value":4846},{"type":121,"tag":452,"props":5200,"children":5201},{"class":491},[5202],{"type":126,"value":468},{"type":121,"tag":452,"props":5204,"children":5205},{"class":771},[5206],{"type":126,"value":5031},{"type":121,"tag":452,"props":5208,"children":5209},{"class":491},[5210],{"type":126,"value":468},{"type":121,"tag":452,"props":5212,"children":5213},{"class":771},[5214],{"type":126,"value":5215},"in",{"type":121,"tag":452,"props":5217,"children":5218},{"class":491},[5219],{"type":126,"value":468},{"type":121,"tag":452,"props":5221,"children":5222},{"class":771},[5223],{"type":126,"value":5224},"direction",{"type":121,"tag":452,"props":5226,"children":5227},{"class":491},[5228],{"type":126,"value":468},{"type":121,"tag":452,"props":5230,"children":5231},{"class":771},[5232],{"type":126,"value":5233},"of",{"type":121,"tag":452,"props":5235,"children":5236},{"class":491},[5237],{"type":126,"value":468},{"type":121,"tag":452,"props":5239,"children":5240},{"class":771},[5241],{"type":126,"value":5242},"the",{"type":121,"tag":452,"props":5244,"children":5245},{"class":491},[5246],{"type":126,"value":468},{"type":121,"tag":452,"props":5248,"children":5249},{"class":771},[5250],{"type":126,"value":5251},"focus--",{"type":121,"tag":452,"props":5253,"children":5254},{"class":491},[5255],{"type":126,"value":2579},{"type":121,"tag":452,"props":5257,"children":5258},{"class":454,"line":3838},[5259],{"type":121,"tag":452,"props":5260,"children":5261},{"class":465},[5262],{"type":126,"value":2587},{"type":121,"tag":452,"props":5264,"children":5266},{"class":454,"line":5265},18,[5267],{"type":121,"tag":452,"props":5268,"children":5269},{},[5270],{"type":126,"value":3527},{"type":121,"tag":452,"props":5272,"children":5274},{"class":454,"line":5273},19,[5275,5279],{"type":121,"tag":452,"props":5276,"children":5277},{"class":491},[5278],{"type":126,"value":756},{"type":121,"tag":452,"props":5280,"children":5281},{"class":505},[5282],{"type":126,"value":761},{"type":121,"tag":452,"props":5284,"children":5286},{"class":454,"line":5285},20,[5287,5291,5295,5299,5303,5307],{"type":121,"tag":452,"props":5288,"children":5289},{"class":491},[5290],{"type":126,"value":502},{"type":121,"tag":452,"props":5292,"children":5293},{"class":771},[5294],{"type":126,"value":774},{"type":121,"tag":452,"props":5296,"children":5297},{"class":491},[5298],{"type":126,"value":779},{"type":121,"tag":452,"props":5300,"children":5301},{"class":491},[5302],{"type":126,"value":784},{"type":121,"tag":452,"props":5304,"children":5305},{"class":576},[5306],{"type":126,"value":535},{"type":121,"tag":452,"props":5308,"children":5309},{"class":491},[5310],{"type":126,"value":793},{"type":121,"tag":452,"props":5312,"children":5314},{"class":454,"line":5313},21,[5315,5319,5323,5327,5331,5335],{"type":121,"tag":452,"props":5316,"children":5317},{"class":491},[5318],{"type":126,"value":502},{"type":121,"tag":452,"props":5320,"children":5321},{"class":771},[5322],{"type":126,"value":805},{"type":121,"tag":452,"props":5324,"children":5325},{"class":491},[5326],{"type":126,"value":779},{"type":121,"tag":452,"props":5328,"children":5329},{"class":491},[5330],{"type":126,"value":784},{"type":121,"tag":452,"props":5332,"children":5333},{"class":576},[5334],{"type":126,"value":4762},{"type":121,"tag":452,"props":5336,"children":5337},{"class":491},[5338],{"type":126,"value":793},{"type":121,"tag":452,"props":5340,"children":5342},{"class":454,"line":5341},22,[5343,5347,5351,5355,5359,5364,5368,5372,5376,5380,5384,5388,5392,5396,5400,5404,5408,5412,5416,5420,5424,5428,5432,5436,5440,5444,5448,5452,5456,5460,5464],{"type":121,"tag":452,"props":5344,"children":5345},{"class":491},[5346],{"type":126,"value":468},{"type":121,"tag":452,"props":5348,"children":5349},{"class":771},[5350],{"type":126,"value":2344},{"type":121,"tag":452,"props":5352,"children":5353},{"class":491},[5354],{"type":126,"value":779},{"type":121,"tag":452,"props":5356,"children":5357},{"class":491},[5358],{"type":126,"value":784},{"type":121,"tag":452,"props":5360,"children":5361},{"class":576},[5362],{"type":126,"value":5363},"{focus:'200x200', zoom:3}",{"type":121,"tag":452,"props":5365,"children":5366},{"class":491},[5367],{"type":126,"value":784},{"type":121,"tag":452,"props":5369,"children":5370},{"class":491},[5371],{"type":126,"value":2542},{"type":121,"tag":452,"props":5373,"children":5374},{"class":771},[5375],{"type":126,"value":4803},{"type":121,"tag":452,"props":5377,"children":5378},{"class":491},[5379],{"type":126,"value":468},{"type":121,"tag":452,"props":5381,"children":5382},{"class":771},[5383],{"type":126,"value":4812},{"type":121,"tag":452,"props":5385,"children":5386},{"class":491},[5387],{"type":126,"value":468},{"type":121,"tag":452,"props":5389,"children":5390},{"class":771},[5391],{"type":126,"value":508},{"type":121,"tag":452,"props":5393,"children":5394},{"class":491},[5395],{"type":126,"value":468},{"type":121,"tag":452,"props":5397,"children":5398},{"class":771},[5399],{"type":126,"value":4829},{"type":121,"tag":452,"props":5401,"children":5402},{"class":491},[5403],{"type":126,"value":468},{"type":121,"tag":452,"props":5405,"children":5406},{"class":771},[5407],{"type":126,"value":129},{"type":121,"tag":452,"props":5409,"children":5410},{"class":491},[5411],{"type":126,"value":468},{"type":121,"tag":452,"props":5413,"children":5414},{"class":771},[5415],{"type":126,"value":4846},{"type":121,"tag":452,"props":5417,"children":5418},{"class":491},[5419],{"type":126,"value":468},{"type":121,"tag":452,"props":5421,"children":5422},{"class":771},[5423],{"type":126,"value":5031},{"type":121,"tag":452,"props":5425,"children":5426},{"class":491},[5427],{"type":126,"value":468},{"type":121,"tag":452,"props":5429,"children":5430},{"class":771},[5431],{"type":126,"value":5215},{"type":121,"tag":452,"props":5433,"children":5434},{"class":491},[5435],{"type":126,"value":468},{"type":121,"tag":452,"props":5437,"children":5438},{"class":771},[5439],{"type":126,"value":5224},{"type":121,"tag":452,"props":5441,"children":5442},{"class":491},[5443],{"type":126,"value":468},{"type":121,"tag":452,"props":5445,"children":5446},{"class":771},[5447],{"type":126,"value":5233},{"type":121,"tag":452,"props":5449,"children":5450},{"class":491},[5451],{"type":126,"value":468},{"type":121,"tag":452,"props":5453,"children":5454},{"class":771},[5455],{"type":126,"value":5242},{"type":121,"tag":452,"props":5457,"children":5458},{"class":491},[5459],{"type":126,"value":468},{"type":121,"tag":452,"props":5461,"children":5462},{"class":771},[5463],{"type":126,"value":5251},{"type":121,"tag":452,"props":5465,"children":5466},{"class":491},[5467],{"type":126,"value":2579},{"type":121,"tag":452,"props":5469,"children":5471},{"class":454,"line":5470},23,[5472],{"type":121,"tag":452,"props":5473,"children":5474},{"class":465},[5475],{"type":126,"value":869},{"type":121,"tag":122,"props":5477,"children":5478},{},[5479,5480,5491],{"type":126,"value":1659},{"type":121,"tag":129,"props":5481,"children":5484},{"href":5482,"rel":5483},"https://www.twicpics.com/docs/api/transformations/?utm_source=nuxt&utm_medium=organic&utm_campaign=provider#zoom",[133],[5485,5486,5490],{"type":126,"value":2872},{"type":121,"tag":190,"props":5487,"children":5488},{},[5489],{"type":126,"value":380},{"type":126,"value":2878},{"type":126,"value":382},{"type":121,"tag":148,"props":5493,"children":5495},{"id":5494},"combination-of-parameters",[5496],{"type":126,"value":5497},"Combination of parameters",{"type":121,"tag":122,"props":5499,"children":5500},{},[5501,5503,5509],{"type":126,"value":5502},"You can combine several transformations of the ",{"type":121,"tag":129,"props":5504,"children":5506},{"href":2374,"rel":5505},[133],[5507],{"type":126,"value":5508},"TwicPics API",{"type":126,"value":382},{"type":121,"tag":122,"props":5511,"children":5512},{},[5513],{"type":126,"value":5514},"Be aware that the order of the parameters can be significant.",{"type":121,"tag":122,"props":5516,"children":5517},{},[5518],{"type":126,"value":1743},{"type":121,"tag":122,"props":5520,"children":5521},{},[5522],{"type":126,"value":5523},"This will return a variant of image for which we have, in order:",{"type":121,"tag":5525,"props":5526,"children":5527},"ol",{},[5528,5533,5538],{"type":121,"tag":301,"props":5529,"children":5530},{},[5531],{"type":126,"value":5532},"cropped the image from the center to 16:9 aspect ratio",{"type":121,"tag":301,"props":5534,"children":5535},{},[5536],{"type":126,"value":5537},"then placed the focus on the center of interest of the cropped image",{"type":121,"tag":301,"props":5539,"children":5540},{},[5541],{"type":126,"value":5542},"then rotate the image 90° to the left",{"type":121,"tag":122,"props":5544,"children":5545},{},[5546],{"type":126,"value":5547},"The result is a 9:16 (not 16:9) image with a possibly false area of interest.",{"type":121,"tag":436,"props":5549,"children":5552},{"className":5550,"code":5551,"language":741,"meta":115},[739],"\u003CNuxtImg\n  provider=\"twicpics\"\n  src=\"/football.jpg\"\n  :modifiers=\"{cover:'16:9', focus:'auto', turn:'left'}\"\n/>\n",[5553],{"type":121,"tag":445,"props":5554,"children":5555},{},[5556],{"type":121,"tag":436,"props":5557,"children":5558},{"__ignoreMap":115},[5559,5570,5597,5624,5652],{"type":121,"tag":452,"props":5560,"children":5561},{"class":454,"line":455},[5562,5566],{"type":121,"tag":452,"props":5563,"children":5564},{"class":491},[5565],{"type":126,"value":756},{"type":121,"tag":452,"props":5567,"children":5568},{"class":505},[5569],{"type":126,"value":761},{"type":121,"tag":452,"props":5571,"children":5572},{"class":454,"line":249},[5573,5577,5581,5585,5589,5593],{"type":121,"tag":452,"props":5574,"children":5575},{"class":491},[5576],{"type":126,"value":502},{"type":121,"tag":452,"props":5578,"children":5579},{"class":771},[5580],{"type":126,"value":774},{"type":121,"tag":452,"props":5582,"children":5583},{"class":491},[5584],{"type":126,"value":779},{"type":121,"tag":452,"props":5586,"children":5587},{"class":491},[5588],{"type":126,"value":784},{"type":121,"tag":452,"props":5590,"children":5591},{"class":576},[5592],{"type":126,"value":535},{"type":121,"tag":452,"props":5594,"children":5595},{"class":491},[5596],{"type":126,"value":793},{"type":121,"tag":452,"props":5598,"children":5599},{"class":454,"line":524},[5600,5604,5608,5612,5616,5620],{"type":121,"tag":452,"props":5601,"children":5602},{"class":491},[5603],{"type":126,"value":502},{"type":121,"tag":452,"props":5605,"children":5606},{"class":771},[5607],{"type":126,"value":805},{"type":121,"tag":452,"props":5609,"children":5610},{"class":491},[5611],{"type":126,"value":779},{"type":121,"tag":452,"props":5613,"children":5614},{"class":491},[5615],{"type":126,"value":784},{"type":121,"tag":452,"props":5617,"children":5618},{"class":576},[5619],{"type":126,"value":818},{"type":121,"tag":452,"props":5621,"children":5622},{"class":491},[5623],{"type":126,"value":793},{"type":121,"tag":452,"props":5625,"children":5626},{"class":454,"line":550},[5627,5631,5635,5639,5643,5648],{"type":121,"tag":452,"props":5628,"children":5629},{"class":491},[5630],{"type":126,"value":502},{"type":121,"tag":452,"props":5632,"children":5633},{"class":771},[5634],{"type":126,"value":2344},{"type":121,"tag":452,"props":5636,"children":5637},{"class":491},[5638],{"type":126,"value":779},{"type":121,"tag":452,"props":5640,"children":5641},{"class":491},[5642],{"type":126,"value":784},{"type":121,"tag":452,"props":5644,"children":5645},{"class":576},[5646],{"type":126,"value":5647},"{cover:'16:9', focus:'auto', turn:'left'}",{"type":121,"tag":452,"props":5649,"children":5650},{"class":491},[5651],{"type":126,"value":793},{"type":121,"tag":452,"props":5653,"children":5654},{"class":454,"line":587},[5655],{"type":121,"tag":452,"props":5656,"children":5657},{"class":491},[5658],{"type":126,"value":869},{"type":121,"tag":122,"props":5660,"children":5661},{},[5662],{"type":126,"value":5663},"This will return a variant of your image for which we have, in order:",{"type":121,"tag":5525,"props":5665,"children":5666},{},[5667,5672,5677],{"type":121,"tag":301,"props":5668,"children":5669},{},[5670],{"type":126,"value":5671},"placed the focus on the center of interest of the original image",{"type":121,"tag":301,"props":5673,"children":5674},{},[5675],{"type":126,"value":5676},"then cropped the image to 16:9 from the center of interest",{"type":121,"tag":301,"props":5678,"children":5679},{},[5680],{"type":126,"value":5681},"then rotated the image 90° to the left",{"type":121,"tag":122,"props":5683,"children":5684},{},[5685],{"type":126,"value":5686},"The result is a cropped image with the area of interest retained and displayed in 16:9 format.",{"type":121,"tag":436,"props":5688,"children":5691},{"className":5689,"code":5690,"language":741,"meta":115},[739],"\u003CNuxtImg\n  provider=\"twicpics\"\n  src=\"/football.jpg\"\n  fit=\"fill\"\n  :modifiers=\"{focus:'auto', turn:'left', cover:'16:9'}\"\n/>\n",[5692],{"type":121,"tag":445,"props":5693,"children":5694},{},[5695],{"type":121,"tag":436,"props":5696,"children":5697},{"__ignoreMap":115},[5698,5709,5736,5763,5791,5819],{"type":121,"tag":452,"props":5699,"children":5700},{"class":454,"line":455},[5701,5705],{"type":121,"tag":452,"props":5702,"children":5703},{"class":491},[5704],{"type":126,"value":756},{"type":121,"tag":452,"props":5706,"children":5707},{"class":505},[5708],{"type":126,"value":761},{"type":121,"tag":452,"props":5710,"children":5711},{"class":454,"line":249},[5712,5716,5720,5724,5728,5732],{"type":121,"tag":452,"props":5713,"children":5714},{"class":491},[5715],{"type":126,"value":502},{"type":121,"tag":452,"props":5717,"children":5718},{"class":771},[5719],{"type":126,"value":774},{"type":121,"tag":452,"props":5721,"children":5722},{"class":491},[5723],{"type":126,"value":779},{"type":121,"tag":452,"props":5725,"children":5726},{"class":491},[5727],{"type":126,"value":784},{"type":121,"tag":452,"props":5729,"children":5730},{"class":576},[5731],{"type":126,"value":535},{"type":121,"tag":452,"props":5733,"children":5734},{"class":491},[5735],{"type":126,"value":793},{"type":121,"tag":452,"props":5737,"children":5738},{"class":454,"line":524},[5739,5743,5747,5751,5755,5759],{"type":121,"tag":452,"props":5740,"children":5741},{"class":491},[5742],{"type":126,"value":502},{"type":121,"tag":452,"props":5744,"children":5745},{"class":771},[5746],{"type":126,"value":805},{"type":121,"tag":452,"props":5748,"children":5749},{"class":491},[5750],{"type":126,"value":779},{"type":121,"tag":452,"props":5752,"children":5753},{"class":491},[5754],{"type":126,"value":784},{"type":121,"tag":452,"props":5756,"children":5757},{"class":576},[5758],{"type":126,"value":818},{"type":121,"tag":452,"props":5760,"children":5761},{"class":491},[5762],{"type":126,"value":793},{"type":121,"tag":452,"props":5764,"children":5765},{"class":454,"line":550},[5766,5770,5774,5778,5782,5787],{"type":121,"tag":452,"props":5767,"children":5768},{"class":491},[5769],{"type":126,"value":502},{"type":121,"tag":452,"props":5771,"children":5772},{"class":771},[5773],{"type":126,"value":229},{"type":121,"tag":452,"props":5775,"children":5776},{"class":491},[5777],{"type":126,"value":779},{"type":121,"tag":452,"props":5779,"children":5780},{"class":491},[5781],{"type":126,"value":784},{"type":121,"tag":452,"props":5783,"children":5784},{"class":576},[5785],{"type":126,"value":5786},"fill",{"type":121,"tag":452,"props":5788,"children":5789},{"class":491},[5790],{"type":126,"value":793},{"type":121,"tag":452,"props":5792,"children":5793},{"class":454,"line":587},[5794,5798,5802,5806,5810,5815],{"type":121,"tag":452,"props":5795,"children":5796},{"class":491},[5797],{"type":126,"value":502},{"type":121,"tag":452,"props":5799,"children":5800},{"class":771},[5801],{"type":126,"value":2344},{"type":121,"tag":452,"props":5803,"children":5804},{"class":491},[5805],{"type":126,"value":779},{"type":121,"tag":452,"props":5807,"children":5808},{"class":491},[5809],{"type":126,"value":784},{"type":121,"tag":452,"props":5811,"children":5812},{"class":576},[5813],{"type":126,"value":5814},"{focus:'auto', turn:'left', cover:'16:9'}",{"type":121,"tag":452,"props":5816,"children":5817},{"class":491},[5818],{"type":126,"value":793},{"type":121,"tag":452,"props":5820,"children":5821},{"class":454,"line":601},[5822],{"type":121,"tag":452,"props":5823,"children":5824},{"class":491},[5825],{"type":126,"value":869},{"type":121,"tag":148,"props":5827,"children":5829},{"id":5828},"dealing-with-image-ratio",[5830],{"type":126,"value":5831},"Dealing with image ratio",{"type":121,"tag":122,"props":5833,"children":5834},{},[5835],{"type":126,"value":5836},"Let's say you want to display an image in 4:3 aspect ratio with a width of 300px.",{"type":121,"tag":436,"props":5838,"children":5841},{"className":5839,"code":5840,"language":741,"meta":115},[739],"\u003CNuxtImg\n  provider=\"twicpics\"\n  src=\"/cat_1x1.jpg\"\n  width=300\n  fit=\"fill\"\n  :modifiers=\"{cover:'4:3'}\"\n/>\n",[5842],{"type":121,"tag":445,"props":5843,"children":5844},{},[5845],{"type":121,"tag":436,"props":5846,"children":5847},{"__ignoreMap":115},[5848,5859,5886,5913,5932,5959,5987],{"type":121,"tag":452,"props":5849,"children":5850},{"class":454,"line":455},[5851,5855],{"type":121,"tag":452,"props":5852,"children":5853},{"class":491},[5854],{"type":126,"value":756},{"type":121,"tag":452,"props":5856,"children":5857},{"class":505},[5858],{"type":126,"value":761},{"type":121,"tag":452,"props":5860,"children":5861},{"class":454,"line":249},[5862,5866,5870,5874,5878,5882],{"type":121,"tag":452,"props":5863,"children":5864},{"class":491},[5865],{"type":126,"value":502},{"type":121,"tag":452,"props":5867,"children":5868},{"class":771},[5869],{"type":126,"value":774},{"type":121,"tag":452,"props":5871,"children":5872},{"class":491},[5873],{"type":126,"value":779},{"type":121,"tag":452,"props":5875,"children":5876},{"class":491},[5877],{"type":126,"value":784},{"type":121,"tag":452,"props":5879,"children":5880},{"class":576},[5881],{"type":126,"value":535},{"type":121,"tag":452,"props":5883,"children":5884},{"class":491},[5885],{"type":126,"value":793},{"type":121,"tag":452,"props":5887,"children":5888},{"class":454,"line":524},[5889,5893,5897,5901,5905,5909],{"type":121,"tag":452,"props":5890,"children":5891},{"class":491},[5892],{"type":126,"value":502},{"type":121,"tag":452,"props":5894,"children":5895},{"class":771},[5896],{"type":126,"value":805},{"type":121,"tag":452,"props":5898,"children":5899},{"class":491},[5900],{"type":126,"value":779},{"type":121,"tag":452,"props":5902,"children":5903},{"class":491},[5904],{"type":126,"value":784},{"type":121,"tag":452,"props":5906,"children":5907},{"class":576},[5908],{"type":126,"value":1101},{"type":121,"tag":452,"props":5910,"children":5911},{"class":491},[5912],{"type":126,"value":793},{"type":121,"tag":452,"props":5914,"children":5915},{"class":454,"line":550},[5916,5920,5924,5928],{"type":121,"tag":452,"props":5917,"children":5918},{"class":491},[5919],{"type":126,"value":502},{"type":121,"tag":452,"props":5921,"children":5922},{"class":771},[5923],{"type":126,"value":698},{"type":121,"tag":452,"props":5925,"children":5926},{"class":491},[5927],{"type":126,"value":779},{"type":121,"tag":452,"props":5929,"children":5930},{"class":576},[5931],{"type":126,"value":842},{"type":121,"tag":452,"props":5933,"children":5934},{"class":454,"line":587},[5935,5939,5943,5947,5951,5955],{"type":121,"tag":452,"props":5936,"children":5937},{"class":491},[5938],{"type":126,"value":502},{"type":121,"tag":452,"props":5940,"children":5941},{"class":771},[5942],{"type":126,"value":229},{"type":121,"tag":452,"props":5944,"children":5945},{"class":491},[5946],{"type":126,"value":779},{"type":121,"tag":452,"props":5948,"children":5949},{"class":491},[5950],{"type":126,"value":784},{"type":121,"tag":452,"props":5952,"children":5953},{"class":576},[5954],{"type":126,"value":5786},{"type":121,"tag":452,"props":5956,"children":5957},{"class":491},[5958],{"type":126,"value":793},{"type":121,"tag":452,"props":5960,"children":5961},{"class":454,"line":601},[5962,5966,5970,5974,5978,5983],{"type":121,"tag":452,"props":5963,"children":5964},{"class":491},[5965],{"type":126,"value":502},{"type":121,"tag":452,"props":5967,"children":5968},{"class":771},[5969],{"type":126,"value":2344},{"type":121,"tag":452,"props":5971,"children":5972},{"class":491},[5973],{"type":126,"value":779},{"type":121,"tag":452,"props":5975,"children":5976},{"class":491},[5977],{"type":126,"value":784},{"type":121,"tag":452,"props":5979,"children":5980},{"class":576},[5981],{"type":126,"value":5982},"{cover:'4:3'}",{"type":121,"tag":452,"props":5984,"children":5985},{"class":491},[5986],{"type":126,"value":793},{"type":121,"tag":452,"props":5988,"children":5989},{"class":454,"line":614},[5990],{"type":121,"tag":452,"props":5991,"children":5992},{"class":491},[5993],{"type":126,"value":869},{"type":121,"tag":122,"props":5995,"children":5996},{},[5997,5999,6003],{"type":126,"value":5998},"Or, with ",{"type":121,"tag":190,"props":6000,"children":6001},{},[6002],{"type":126,"value":2832},{"type":126,"value":6004},"='auto'",{"type":121,"tag":436,"props":6006,"children":6009},{"className":6007,"code":6008,"language":741,"meta":115},[739],"\u003CNuxtImg\n  provider=\"twicpics\"\n  src=\"/cat_1x1.jpg\"\n  width=300\n  fit=\"fill\"\n  :modifiers=\"{focus:'auto', cover:'4:3'}\"\n/>\n",[6010],{"type":121,"tag":445,"props":6011,"children":6012},{},[6013],{"type":121,"tag":436,"props":6014,"children":6015},{"__ignoreMap":115},[6016,6027,6054,6081,6100,6127,6155],{"type":121,"tag":452,"props":6017,"children":6018},{"class":454,"line":455},[6019,6023],{"type":121,"tag":452,"props":6020,"children":6021},{"class":491},[6022],{"type":126,"value":756},{"type":121,"tag":452,"props":6024,"children":6025},{"class":505},[6026],{"type":126,"value":761},{"type":121,"tag":452,"props":6028,"children":6029},{"class":454,"line":249},[6030,6034,6038,6042,6046,6050],{"type":121,"tag":452,"props":6031,"children":6032},{"class":491},[6033],{"type":126,"value":502},{"type":121,"tag":452,"props":6035,"children":6036},{"class":771},[6037],{"type":126,"value":774},{"type":121,"tag":452,"props":6039,"children":6040},{"class":491},[6041],{"type":126,"value":779},{"type":121,"tag":452,"props":6043,"children":6044},{"class":491},[6045],{"type":126,"value":784},{"type":121,"tag":452,"props":6047,"children":6048},{"class":576},[6049],{"type":126,"value":535},{"type":121,"tag":452,"props":6051,"children":6052},{"class":491},[6053],{"type":126,"value":793},{"type":121,"tag":452,"props":6055,"children":6056},{"class":454,"line":524},[6057,6061,6065,6069,6073,6077],{"type":121,"tag":452,"props":6058,"children":6059},{"class":491},[6060],{"type":126,"value":502},{"type":121,"tag":452,"props":6062,"children":6063},{"class":771},[6064],{"type":126,"value":805},{"type":121,"tag":452,"props":6066,"children":6067},{"class":491},[6068],{"type":126,"value":779},{"type":121,"tag":452,"props":6070,"children":6071},{"class":491},[6072],{"type":126,"value":784},{"type":121,"tag":452,"props":6074,"children":6075},{"class":576},[6076],{"type":126,"value":1101},{"type":121,"tag":452,"props":6078,"children":6079},{"class":491},[6080],{"type":126,"value":793},{"type":121,"tag":452,"props":6082,"children":6083},{"class":454,"line":550},[6084,6088,6092,6096],{"type":121,"tag":452,"props":6085,"children":6086},{"class":491},[6087],{"type":126,"value":502},{"type":121,"tag":452,"props":6089,"children":6090},{"class":771},[6091],{"type":126,"value":698},{"type":121,"tag":452,"props":6093,"children":6094},{"class":491},[6095],{"type":126,"value":779},{"type":121,"tag":452,"props":6097,"children":6098},{"class":576},[6099],{"type":126,"value":842},{"type":121,"tag":452,"props":6101,"children":6102},{"class":454,"line":587},[6103,6107,6111,6115,6119,6123],{"type":121,"tag":452,"props":6104,"children":6105},{"class":491},[6106],{"type":126,"value":502},{"type":121,"tag":452,"props":6108,"children":6109},{"class":771},[6110],{"type":126,"value":229},{"type":121,"tag":452,"props":6112,"children":6113},{"class":491},[6114],{"type":126,"value":779},{"type":121,"tag":452,"props":6116,"children":6117},{"class":491},[6118],{"type":126,"value":784},{"type":121,"tag":452,"props":6120,"children":6121},{"class":576},[6122],{"type":126,"value":5786},{"type":121,"tag":452,"props":6124,"children":6125},{"class":491},[6126],{"type":126,"value":793},{"type":121,"tag":452,"props":6128,"children":6129},{"class":454,"line":601},[6130,6134,6138,6142,6146,6151],{"type":121,"tag":452,"props":6131,"children":6132},{"class":491},[6133],{"type":126,"value":502},{"type":121,"tag":452,"props":6135,"children":6136},{"class":771},[6137],{"type":126,"value":2344},{"type":121,"tag":452,"props":6139,"children":6140},{"class":491},[6141],{"type":126,"value":779},{"type":121,"tag":452,"props":6143,"children":6144},{"class":491},[6145],{"type":126,"value":784},{"type":121,"tag":452,"props":6147,"children":6148},{"class":576},[6149],{"type":126,"value":6150},"{focus:'auto', cover:'4:3'}",{"type":121,"tag":452,"props":6152,"children":6153},{"class":491},[6154],{"type":126,"value":793},{"type":121,"tag":452,"props":6156,"children":6157},{"class":454,"line":614},[6158],{"type":121,"tag":452,"props":6159,"children":6160},{"class":491},[6161],{"type":126,"value":869},{"type":121,"tag":148,"props":6163,"children":6165},{"id":6164},"go-further-with-twicpics",[6166],{"type":126,"value":6167},"Go further with TwicPics",{"type":121,"tag":122,"props":6169,"children":6170},{},[6171,6173,6180],{"type":126,"value":6172},"TwicPics offers a ",{"type":121,"tag":129,"props":6174,"children":6177},{"href":6175,"rel":6176},"https://www.npmjs.com/package/@twicpics/components",[133],[6178],{"type":126,"value":6179},"collection of web components",{"type":126,"value":6181}," that will allow you to exploit all its power :",{"type":121,"tag":297,"props":6183,"children":6184},{},[6185,6190,6195,6200,6205,6210],{"type":121,"tag":301,"props":6186,"children":6187},{},[6188],{"type":126,"value":6189},"Pixel Perfect",{"type":121,"tag":301,"props":6191,"children":6192},{},[6193],{"type":126,"value":6194},"Layout Driven",{"type":121,"tag":301,"props":6196,"children":6197},{},[6198],{"type":126,"value":6199},"Ideal Compression",{"type":121,"tag":301,"props":6201,"children":6202},{},[6203],{"type":126,"value":6204},"Lazy Loading",{"type":121,"tag":301,"props":6206,"children":6207},{},[6208],{"type":126,"value":6209},"LQIP",{"type":121,"tag":301,"props":6211,"children":6212},{},[6213],{"type":126,"value":6214},"CLS Optimization",{"type":121,"tag":122,"props":6216,"children":6217},{},[6218,6220,6227],{"type":126,"value":6219},"A specific integration to Nuxt is available ",{"type":121,"tag":129,"props":6221,"children":6224},{"href":6222,"rel":6223},"https://github.com/TwicPics/components/blob/main/documentation/nuxt2.md",[133],[6225],{"type":126,"value":6226},"here",{"type":126,"value":382},{"type":121,"tag":6229,"children":6230},"style",[6231],{"type":126,"value":6232},".light .ct-064524{color:#39ADB5;font-style:italic;}\n.ct-064524{color:#89DDFF;font-style:italic;}\n.light .ct-770753{color:#90A4AE;}\n.ct-770753{color:#EEFFFF;}\n.dark .ct-770753{color:#A6ACCD;}\n.light .ct-750008{color:#6182B8;}\n.ct-750008{color:#82AAFF;}\n.light .ct-209289{color:#39ADB5;}\n.ct-209289{color:#89DDFF;}\n.light .ct-007771{color:#E53935;}\n.ct-007771{color:#F07178;}\n.light .ct-709943{color:#91B859;}\n.ct-709943{color:#C3E88D;}\n.light .ct-458184{color:#90A4AE;font-style:italic;}\n.ct-458184{color:#546E7A;font-style:italic;}\n.dark .ct-458184{color:#676E95;font-style:italic;}\n.light .ct-046724{color:#9C3EDA;}\n.ct-046724{color:#C792EA;}",{"title":115,"searchDepth":249,"depth":249,"links":6234},[6235,6236,6237,6238,6244,6252,6253,6254],{"id":277,"depth":249,"text":280},{"id":385,"depth":249,"text":388},{"id":404,"depth":249,"text":407},{"id":652,"depth":249,"text":655,"children":6239},[6240,6241,6242,6243],{"id":229,"depth":524,"text":229},{"id":1360,"depth":524,"text":1360},{"id":1670,"depth":524,"text":1670},{"id":1190,"depth":524,"text":1190},{"id":2185,"depth":249,"text":2188,"children":6245},[6246,6247,6248,6249,6250,6251],{"id":201,"depth":524,"text":201},{"id":360,"depth":524,"text":360},{"id":2832,"depth":524,"text":2832},{"id":3872,"depth":524,"text":3872},{"id":367,"depth":524,"text":367},{"id":380,"depth":524,"text":380},{"id":5494,"depth":249,"text":5497},{"id":5828,"depth":249,"text":5831},{"id":6164,"depth":249,"text":6167},"content:3.providers:twicpics.md","3.providers/twicpics.md",{"_path":98,"_dir":113,"_draft":114,"_partial":114,"_locale":115,"_empty":114,"title":97,"description":6258,"body":6259,"_type":253,"_id":7384,"_source":255,"_file":7385,"_extension":257},"Power up file uploading, processing and delivery for your app in one sitting.",{"type":118,"children":6260,"toc":7379},[6261,6273,6278,6290,6406,6411,6433,6438,7171,7176,7181,7203,7217,7375],{"type":121,"tag":122,"props":6262,"children":6263},{},[6264,6265,6271],{"type":126,"value":127},{"type":121,"tag":129,"props":6266,"children":6269},{"href":6267,"rel":6268},"https://uploadcare.com/",[133],[6270],{"type":126,"value":97},{"type":126,"value":6272}," and the Nuxt Image module.",{"type":121,"tag":148,"props":6274,"children":6276},{"id":6275},"usage",[6277],{"type":126,"value":18},{"type":121,"tag":122,"props":6279,"children":6280},{},[6281,6283,6288],{"type":126,"value":6282},"To use images from uploadcare, specify the provider as ",{"type":121,"tag":190,"props":6284,"children":6285},{},[6286],{"type":126,"value":6287},"uploadcare",{"type":126,"value":6289}," and set the image src to the UUID provided on the dashboard.",{"type":121,"tag":436,"props":6291,"children":6297},{"className":6292,"code":6294,"filename":6295,"language":6296,"meta":115},[6293],"language-vue","\u003CNuxtImg\n  provider=\"uploadcare\"\n  src=\"c160afba-8b42-45a9-a46a-d393248b0072\"\n  alt=\"My image from uploadcare\"\n/>\n","page.vue","vue",[6298],{"type":121,"tag":445,"props":6299,"children":6300},{},[6301],{"type":121,"tag":436,"props":6302,"children":6303},{"__ignoreMap":115},[6304,6315,6342,6370,6399],{"type":121,"tag":452,"props":6305,"children":6306},{"class":454,"line":455},[6307,6311],{"type":121,"tag":452,"props":6308,"children":6309},{"class":491},[6310],{"type":126,"value":756},{"type":121,"tag":452,"props":6312,"children":6313},{"class":505},[6314],{"type":126,"value":761},{"type":121,"tag":452,"props":6316,"children":6317},{"class":454,"line":249},[6318,6322,6326,6330,6334,6338],{"type":121,"tag":452,"props":6319,"children":6320},{"class":465},[6321],{"type":126,"value":502},{"type":121,"tag":452,"props":6323,"children":6324},{"class":771},[6325],{"type":126,"value":774},{"type":121,"tag":452,"props":6327,"children":6328},{"class":491},[6329],{"type":126,"value":779},{"type":121,"tag":452,"props":6331,"children":6332},{"class":491},[6333],{"type":126,"value":784},{"type":121,"tag":452,"props":6335,"children":6336},{"class":576},[6337],{"type":126,"value":6287},{"type":121,"tag":452,"props":6339,"children":6340},{"class":491},[6341],{"type":126,"value":793},{"type":121,"tag":452,"props":6343,"children":6344},{"class":454,"line":524},[6345,6349,6353,6357,6361,6366],{"type":121,"tag":452,"props":6346,"children":6347},{"class":465},[6348],{"type":126,"value":502},{"type":121,"tag":452,"props":6350,"children":6351},{"class":771},[6352],{"type":126,"value":805},{"type":121,"tag":452,"props":6354,"children":6355},{"class":491},[6356],{"type":126,"value":779},{"type":121,"tag":452,"props":6358,"children":6359},{"class":491},[6360],{"type":126,"value":784},{"type":121,"tag":452,"props":6362,"children":6363},{"class":576},[6364],{"type":126,"value":6365},"c160afba-8b42-45a9-a46a-d393248b0072",{"type":121,"tag":452,"props":6367,"children":6368},{"class":491},[6369],{"type":126,"value":793},{"type":121,"tag":452,"props":6371,"children":6372},{"class":454,"line":550},[6373,6377,6382,6386,6390,6395],{"type":121,"tag":452,"props":6374,"children":6375},{"class":465},[6376],{"type":126,"value":502},{"type":121,"tag":452,"props":6378,"children":6379},{"class":771},[6380],{"type":126,"value":6381},"alt",{"type":121,"tag":452,"props":6383,"children":6384},{"class":491},[6385],{"type":126,"value":779},{"type":121,"tag":452,"props":6387,"children":6388},{"class":491},[6389],{"type":126,"value":784},{"type":121,"tag":452,"props":6391,"children":6392},{"class":576},[6393],{"type":126,"value":6394},"My image from uploadcare",{"type":121,"tag":452,"props":6396,"children":6397},{"class":491},[6398],{"type":126,"value":793},{"type":121,"tag":452,"props":6400,"children":6401},{"class":454,"line":587},[6402],{"type":121,"tag":452,"props":6403,"children":6404},{"class":465},[6405],{"type":126,"value":869},{"type":121,"tag":148,"props":6407,"children":6408},{"id":2198},[6409],{"type":126,"value":6410},"Modifiers",{"type":121,"tag":122,"props":6412,"children":6413},{},[6414,6416,6423,6425,6432],{"type":126,"value":6415},"To see all possible modifiers and their options, check out the ",{"type":121,"tag":129,"props":6417,"children":6420},{"href":6418,"rel":6419},"https://uploadcare.com/docs/transformations/image/",[133],[6421],{"type":126,"value":6422},"image transformations documentation",{"type":126,"value":6424}," or the ",{"type":121,"tag":129,"props":6426,"children":6429},{"href":6427,"rel":6428},"https://uploadcare.com/api-refs/url-api/",[133],[6430],{"type":126,"value":6431},"URL API Reference",{"type":126,"value":382},{"type":121,"tag":122,"props":6434,"children":6435},{},[6436],{"type":126,"value":6437},"Types are provided for the following modifiers:",{"type":121,"tag":436,"props":6439,"children":6443},{"className":6440,"code":6441,"filename":6442,"language":442,"meta":115},[439],"  // Image Compression\n  format: 'jpeg'|'png'|'webp'|'auto'\n  quality: 'smart'|'smart_retina'|'normal'|'better'|'best'|'lighter'|'lightest'\n  progressive: 'yes'|'no'\n  strip_meta: 'all'|'none'|'sensitive'\n\n  // Image Geometry\n  preview: `${number}x${number}` // Height x Width\n  resize: `${number}x${number}` | `${number}x`| `x${number}` \n  smart_resize: `${number}x${number}`\n  crop: string | string[]\n  scale_crop: string | string[]\n  border_radius: string | string[]\n  setfill: string // 3, 6 or 8 digit hex color\n  zoom_objects: string // 1 to 100\n","src/types/module.ts",[6444],{"type":121,"tag":445,"props":6445,"children":6446},{},[6447],{"type":121,"tag":436,"props":6448,"children":6449},{"__ignoreMap":115},[6450,6462,6545,6679,6728,6795,6802,6814,6874,6987,7036,7065,7093,7121,7146],{"type":121,"tag":452,"props":6451,"children":6452},{"class":454,"line":455},[6453,6457],{"type":121,"tag":452,"props":6454,"children":6455},{"class":491},[6456],{"type":126,"value":502},{"type":121,"tag":452,"props":6458,"children":6459},{"class":595},[6460],{"type":126,"value":6461},"// Image Compression\n",{"type":121,"tag":452,"props":6463,"children":6464},{"class":454,"line":249},[6465,6469,6474,6478,6482,6486,6491,6495,6500,6504,6508,6512,6516,6520,6525,6529,6533,6537,6541],{"type":121,"tag":452,"props":6466,"children":6467},{"class":465},[6468],{"type":126,"value":502},{"type":121,"tag":452,"props":6470,"children":6472},{"class":6471},"ct-465623",[6473],{"type":126,"value":1360},{"type":121,"tag":452,"props":6475,"children":6476},{"class":491},[6477],{"type":126,"value":513},{"type":121,"tag":452,"props":6479,"children":6480},{"class":465},[6481],{"type":126,"value":468},{"type":121,"tag":452,"props":6483,"children":6484},{"class":491},[6485],{"type":126,"value":573},{"type":121,"tag":452,"props":6487,"children":6488},{"class":576},[6489],{"type":126,"value":6490},"jpeg",{"type":121,"tag":452,"props":6492,"children":6493},{"class":491},[6494],{"type":126,"value":573},{"type":121,"tag":452,"props":6496,"children":6497},{"class":491},[6498],{"type":126,"value":6499},"|",{"type":121,"tag":452,"props":6501,"children":6502},{"class":491},[6503],{"type":126,"value":573},{"type":121,"tag":452,"props":6505,"children":6506},{"class":576},[6507],{"type":126,"value":3898},{"type":121,"tag":452,"props":6509,"children":6510},{"class":491},[6511],{"type":126,"value":573},{"type":121,"tag":452,"props":6513,"children":6514},{"class":491},[6515],{"type":126,"value":6499},{"type":121,"tag":452,"props":6517,"children":6518},{"class":491},[6519],{"type":126,"value":573},{"type":121,"tag":452,"props":6521,"children":6522},{"class":576},[6523],{"type":126,"value":6524},"webp",{"type":121,"tag":452,"props":6526,"children":6527},{"class":491},[6528],{"type":126,"value":573},{"type":121,"tag":452,"props":6530,"children":6531},{"class":491},[6532],{"type":126,"value":6499},{"type":121,"tag":452,"props":6534,"children":6535},{"class":491},[6536],{"type":126,"value":573},{"type":121,"tag":452,"props":6538,"children":6539},{"class":576},[6540],{"type":126,"value":2841},{"type":121,"tag":452,"props":6542,"children":6543},{"class":491},[6544],{"type":126,"value":584},{"type":121,"tag":452,"props":6546,"children":6547},{"class":454,"line":524},[6548,6552,6556,6560,6564,6568,6573,6577,6581,6585,6590,6594,6598,6602,6607,6611,6615,6619,6624,6628,6632,6636,6641,6645,6649,6653,6658,6662,6666,6670,6675],{"type":121,"tag":452,"props":6549,"children":6550},{"class":465},[6551],{"type":126,"value":502},{"type":121,"tag":452,"props":6553,"children":6554},{"class":6471},[6555],{"type":126,"value":1670},{"type":121,"tag":452,"props":6557,"children":6558},{"class":491},[6559],{"type":126,"value":513},{"type":121,"tag":452,"props":6561,"children":6562},{"class":465},[6563],{"type":126,"value":468},{"type":121,"tag":452,"props":6565,"children":6566},{"class":491},[6567],{"type":126,"value":573},{"type":121,"tag":452,"props":6569,"children":6570},{"class":576},[6571],{"type":126,"value":6572},"smart",{"type":121,"tag":452,"props":6574,"children":6575},{"class":491},[6576],{"type":126,"value":573},{"type":121,"tag":452,"props":6578,"children":6579},{"class":491},[6580],{"type":126,"value":6499},{"type":121,"tag":452,"props":6582,"children":6583},{"class":491},[6584],{"type":126,"value":573},{"type":121,"tag":452,"props":6586,"children":6587},{"class":576},[6588],{"type":126,"value":6589},"smart_retina",{"type":121,"tag":452,"props":6591,"children":6592},{"class":491},[6593],{"type":126,"value":573},{"type":121,"tag":452,"props":6595,"children":6596},{"class":491},[6597],{"type":126,"value":6499},{"type":121,"tag":452,"props":6599,"children":6600},{"class":491},[6601],{"type":126,"value":573},{"type":121,"tag":452,"props":6603,"children":6604},{"class":576},[6605],{"type":126,"value":6606},"normal",{"type":121,"tag":452,"props":6608,"children":6609},{"class":491},[6610],{"type":126,"value":573},{"type":121,"tag":452,"props":6612,"children":6613},{"class":491},[6614],{"type":126,"value":6499},{"type":121,"tag":452,"props":6616,"children":6617},{"class":491},[6618],{"type":126,"value":573},{"type":121,"tag":452,"props":6620,"children":6621},{"class":576},[6622],{"type":126,"value":6623},"better",{"type":121,"tag":452,"props":6625,"children":6626},{"class":491},[6627],{"type":126,"value":573},{"type":121,"tag":452,"props":6629,"children":6630},{"class":491},[6631],{"type":126,"value":6499},{"type":121,"tag":452,"props":6633,"children":6634},{"class":491},[6635],{"type":126,"value":573},{"type":121,"tag":452,"props":6637,"children":6638},{"class":576},[6639],{"type":126,"value":6640},"best",{"type":121,"tag":452,"props":6642,"children":6643},{"class":491},[6644],{"type":126,"value":573},{"type":121,"tag":452,"props":6646,"children":6647},{"class":491},[6648],{"type":126,"value":6499},{"type":121,"tag":452,"props":6650,"children":6651},{"class":491},[6652],{"type":126,"value":573},{"type":121,"tag":452,"props":6654,"children":6655},{"class":576},[6656],{"type":126,"value":6657},"lighter",{"type":121,"tag":452,"props":6659,"children":6660},{"class":491},[6661],{"type":126,"value":573},{"type":121,"tag":452,"props":6663,"children":6664},{"class":491},[6665],{"type":126,"value":6499},{"type":121,"tag":452,"props":6667,"children":6668},{"class":491},[6669],{"type":126,"value":573},{"type":121,"tag":452,"props":6671,"children":6672},{"class":576},[6673],{"type":126,"value":6674},"lightest",{"type":121,"tag":452,"props":6676,"children":6677},{"class":491},[6678],{"type":126,"value":584},{"type":121,"tag":452,"props":6680,"children":6681},{"class":454,"line":550},[6682,6686,6691,6695,6699,6703,6708,6712,6716,6720,6724],{"type":121,"tag":452,"props":6683,"children":6684},{"class":465},[6685],{"type":126,"value":502},{"type":121,"tag":452,"props":6687,"children":6688},{"class":6471},[6689],{"type":126,"value":6690},"progressive",{"type":121,"tag":452,"props":6692,"children":6693},{"class":491},[6694],{"type":126,"value":513},{"type":121,"tag":452,"props":6696,"children":6697},{"class":465},[6698],{"type":126,"value":468},{"type":121,"tag":452,"props":6700,"children":6701},{"class":491},[6702],{"type":126,"value":573},{"type":121,"tag":452,"props":6704,"children":6705},{"class":576},[6706],{"type":126,"value":6707},"yes",{"type":121,"tag":452,"props":6709,"children":6710},{"class":491},[6711],{"type":126,"value":573},{"type":121,"tag":452,"props":6713,"children":6714},{"class":491},[6715],{"type":126,"value":6499},{"type":121,"tag":452,"props":6717,"children":6718},{"class":491},[6719],{"type":126,"value":573},{"type":121,"tag":452,"props":6721,"children":6722},{"class":576},[6723],{"type":126,"value":2547},{"type":121,"tag":452,"props":6725,"children":6726},{"class":491},[6727],{"type":126,"value":584},{"type":121,"tag":452,"props":6729,"children":6730},{"class":454,"line":587},[6731,6735,6740,6744,6748,6752,6757,6761,6765,6769,6774,6778,6782,6786,6791],{"type":121,"tag":452,"props":6732,"children":6733},{"class":465},[6734],{"type":126,"value":502},{"type":121,"tag":452,"props":6736,"children":6737},{"class":6471},[6738],{"type":126,"value":6739},"strip_meta",{"type":121,"tag":452,"props":6741,"children":6742},{"class":491},[6743],{"type":126,"value":513},{"type":121,"tag":452,"props":6745,"children":6746},{"class":465},[6747],{"type":126,"value":468},{"type":121,"tag":452,"props":6749,"children":6750},{"class":491},[6751],{"type":126,"value":573},{"type":121,"tag":452,"props":6753,"children":6754},{"class":576},[6755],{"type":126,"value":6756},"all",{"type":121,"tag":452,"props":6758,"children":6759},{"class":491},[6760],{"type":126,"value":573},{"type":121,"tag":452,"props":6762,"children":6763},{"class":491},[6764],{"type":126,"value":6499},{"type":121,"tag":452,"props":6766,"children":6767},{"class":491},[6768],{"type":126,"value":573},{"type":121,"tag":452,"props":6770,"children":6771},{"class":576},[6772],{"type":126,"value":6773},"none",{"type":121,"tag":452,"props":6775,"children":6776},{"class":491},[6777],{"type":126,"value":573},{"type":121,"tag":452,"props":6779,"children":6780},{"class":491},[6781],{"type":126,"value":6499},{"type":121,"tag":452,"props":6783,"children":6784},{"class":491},[6785],{"type":126,"value":573},{"type":121,"tag":452,"props":6787,"children":6788},{"class":576},[6789],{"type":126,"value":6790},"sensitive",{"type":121,"tag":452,"props":6792,"children":6793},{"class":491},[6794],{"type":126,"value":584},{"type":121,"tag":452,"props":6796,"children":6797},{"class":454,"line":601},[6798],{"type":121,"tag":452,"props":6799,"children":6800},{},[6801],{"type":126,"value":3527},{"type":121,"tag":452,"props":6803,"children":6804},{"class":454,"line":614},[6805,6809],{"type":121,"tag":452,"props":6806,"children":6807},{"class":491},[6808],{"type":126,"value":502},{"type":121,"tag":452,"props":6810,"children":6811},{"class":595},[6812],{"type":126,"value":6813},"// Image Geometry\n",{"type":121,"tag":452,"props":6815,"children":6816},{"class":454,"line":627},[6817,6821,6825,6829,6833,6838,6842,6846,6851,6856,6860,6865,6869],{"type":121,"tag":452,"props":6818,"children":6819},{"class":465},[6820],{"type":126,"value":502},{"type":121,"tag":452,"props":6822,"children":6823},{"class":6471},[6824],{"type":126,"value":1643},{"type":121,"tag":452,"props":6826,"children":6827},{"class":491},[6828],{"type":126,"value":513},{"type":121,"tag":452,"props":6830,"children":6831},{"class":465},[6832],{"type":126,"value":468},{"type":121,"tag":452,"props":6834,"children":6835},{"class":491},[6836],{"type":126,"value":6837},"`${",{"type":121,"tag":452,"props":6839,"children":6840},{"class":465},[6841],{"type":126,"value":1696},{"type":121,"tag":452,"props":6843,"children":6844},{"class":491},[6845],{"type":126,"value":645},{"type":121,"tag":452,"props":6847,"children":6848},{"class":576},[6849],{"type":126,"value":6850},"x",{"type":121,"tag":452,"props":6852,"children":6853},{"class":491},[6854],{"type":126,"value":6855},"${",{"type":121,"tag":452,"props":6857,"children":6858},{"class":465},[6859],{"type":126,"value":1696},{"type":121,"tag":452,"props":6861,"children":6862},{"class":491},[6863],{"type":126,"value":6864},"}`",{"type":121,"tag":452,"props":6866,"children":6867},{"class":465},[6868],{"type":126,"value":468},{"type":121,"tag":452,"props":6870,"children":6871},{"class":595},[6872],{"type":126,"value":6873},"// Height x Width\n",{"type":121,"tag":452,"props":6875,"children":6876},{"class":454,"line":639},[6877,6881,6885,6889,6893,6897,6901,6905,6909,6913,6917,6921,6925,6929,6933,6937,6941,6945,6949,6954,6958,6962,6966,6970,6974,6978,6982],{"type":121,"tag":452,"props":6878,"children":6879},{"class":465},[6880],{"type":126,"value":502},{"type":121,"tag":452,"props":6882,"children":6883},{"class":6471},[6884],{"type":126,"value":974},{"type":121,"tag":452,"props":6886,"children":6887},{"class":491},[6888],{"type":126,"value":513},{"type":121,"tag":452,"props":6890,"children":6891},{"class":465},[6892],{"type":126,"value":468},{"type":121,"tag":452,"props":6894,"children":6895},{"class":491},[6896],{"type":126,"value":6837},{"type":121,"tag":452,"props":6898,"children":6899},{"class":465},[6900],{"type":126,"value":1696},{"type":121,"tag":452,"props":6902,"children":6903},{"class":491},[6904],{"type":126,"value":645},{"type":121,"tag":452,"props":6906,"children":6907},{"class":576},[6908],{"type":126,"value":6850},{"type":121,"tag":452,"props":6910,"children":6911},{"class":491},[6912],{"type":126,"value":6855},{"type":121,"tag":452,"props":6914,"children":6915},{"class":465},[6916],{"type":126,"value":1696},{"type":121,"tag":452,"props":6918,"children":6919},{"class":491},[6920],{"type":126,"value":6864},{"type":121,"tag":452,"props":6922,"children":6923},{"class":465},[6924],{"type":126,"value":468},{"type":121,"tag":452,"props":6926,"children":6927},{"class":491},[6928],{"type":126,"value":6499},{"type":121,"tag":452,"props":6930,"children":6931},{"class":465},[6932],{"type":126,"value":468},{"type":121,"tag":452,"props":6934,"children":6935},{"class":491},[6936],{"type":126,"value":6837},{"type":121,"tag":452,"props":6938,"children":6939},{"class":465},[6940],{"type":126,"value":1696},{"type":121,"tag":452,"props":6942,"children":6943},{"class":491},[6944],{"type":126,"value":645},{"type":121,"tag":452,"props":6946,"children":6947},{"class":576},[6948],{"type":126,"value":6850},{"type":121,"tag":452,"props":6950,"children":6951},{"class":491},[6952],{"type":126,"value":6953},"`",{"type":121,"tag":452,"props":6955,"children":6956},{"class":491},[6957],{"type":126,"value":6499},{"type":121,"tag":452,"props":6959,"children":6960},{"class":465},[6961],{"type":126,"value":468},{"type":121,"tag":452,"props":6963,"children":6964},{"class":491},[6965],{"type":126,"value":6953},{"type":121,"tag":452,"props":6967,"children":6968},{"class":576},[6969],{"type":126,"value":6850},{"type":121,"tag":452,"props":6971,"children":6972},{"class":491},[6973],{"type":126,"value":6855},{"type":121,"tag":452,"props":6975,"children":6976},{"class":465},[6977],{"type":126,"value":1696},{"type":121,"tag":452,"props":6979,"children":6980},{"class":491},[6981],{"type":126,"value":6864},{"type":121,"tag":452,"props":6983,"children":6984},{"class":465},[6985],{"type":126,"value":6986}," \n",{"type":121,"tag":452,"props":6988,"children":6989},{"class":454,"line":2712},[6990,6994,6999,7003,7007,7011,7015,7019,7023,7027,7031],{"type":121,"tag":452,"props":6991,"children":6992},{"class":465},[6993],{"type":126,"value":502},{"type":121,"tag":452,"props":6995,"children":6996},{"class":6471},[6997],{"type":126,"value":6998},"smart_resize",{"type":121,"tag":452,"props":7000,"children":7001},{"class":491},[7002],{"type":126,"value":513},{"type":121,"tag":452,"props":7004,"children":7005},{"class":465},[7006],{"type":126,"value":468},{"type":121,"tag":452,"props":7008,"children":7009},{"class":491},[7010],{"type":126,"value":6837},{"type":121,"tag":452,"props":7012,"children":7013},{"class":465},[7014],{"type":126,"value":1696},{"type":121,"tag":452,"props":7016,"children":7017},{"class":491},[7018],{"type":126,"value":645},{"type":121,"tag":452,"props":7020,"children":7021},{"class":576},[7022],{"type":126,"value":6850},{"type":121,"tag":452,"props":7024,"children":7025},{"class":491},[7026],{"type":126,"value":6855},{"type":121,"tag":452,"props":7028,"children":7029},{"class":465},[7030],{"type":126,"value":1696},{"type":121,"tag":452,"props":7032,"children":7033},{"class":491},[7034],{"type":126,"value":7035},"}`\n",{"type":121,"tag":452,"props":7037,"children":7038},{"class":454,"line":2720},[7039,7043,7047,7051,7056,7060],{"type":121,"tag":452,"props":7040,"children":7041},{"class":465},[7042],{"type":126,"value":502},{"type":121,"tag":452,"props":7044,"children":7045},{"class":6471},[7046],{"type":126,"value":201},{"type":121,"tag":452,"props":7048,"children":7049},{"class":491},[7050],{"type":126,"value":513},{"type":121,"tag":452,"props":7052,"children":7053},{"class":465},[7054],{"type":126,"value":7055}," string ",{"type":121,"tag":452,"props":7057,"children":7058},{"class":491},[7059],{"type":126,"value":6499},{"type":121,"tag":452,"props":7061,"children":7062},{"class":465},[7063],{"type":126,"value":7064}," string[]\n",{"type":121,"tag":452,"props":7066,"children":7067},{"class":454,"line":2732},[7068,7072,7077,7081,7085,7089],{"type":121,"tag":452,"props":7069,"children":7070},{"class":465},[7071],{"type":126,"value":502},{"type":121,"tag":452,"props":7073,"children":7074},{"class":6471},[7075],{"type":126,"value":7076},"scale_crop",{"type":121,"tag":452,"props":7078,"children":7079},{"class":491},[7080],{"type":126,"value":513},{"type":121,"tag":452,"props":7082,"children":7083},{"class":465},[7084],{"type":126,"value":7055},{"type":121,"tag":452,"props":7086,"children":7087},{"class":491},[7088],{"type":126,"value":6499},{"type":121,"tag":452,"props":7090,"children":7091},{"class":465},[7092],{"type":126,"value":7064},{"type":121,"tag":452,"props":7094,"children":7095},{"class":454,"line":2760},[7096,7100,7105,7109,7113,7117],{"type":121,"tag":452,"props":7097,"children":7098},{"class":465},[7099],{"type":126,"value":502},{"type":121,"tag":452,"props":7101,"children":7102},{"class":6471},[7103],{"type":126,"value":7104},"border_radius",{"type":121,"tag":452,"props":7106,"children":7107},{"class":491},[7108],{"type":126,"value":513},{"type":121,"tag":452,"props":7110,"children":7111},{"class":465},[7112],{"type":126,"value":7055},{"type":121,"tag":452,"props":7114,"children":7115},{"class":491},[7116],{"type":126,"value":6499},{"type":121,"tag":452,"props":7118,"children":7119},{"class":465},[7120],{"type":126,"value":7064},{"type":121,"tag":452,"props":7122,"children":7123},{"class":454,"line":2788},[7124,7128,7133,7137,7141],{"type":121,"tag":452,"props":7125,"children":7126},{"class":465},[7127],{"type":126,"value":502},{"type":121,"tag":452,"props":7129,"children":7130},{"class":6471},[7131],{"type":126,"value":7132},"setfill",{"type":121,"tag":452,"props":7134,"children":7135},{"class":491},[7136],{"type":126,"value":513},{"type":121,"tag":452,"props":7138,"children":7139},{"class":465},[7140],{"type":126,"value":7055},{"type":121,"tag":452,"props":7142,"children":7143},{"class":595},[7144],{"type":126,"value":7145},"// 3, 6 or 8 digit hex color\n",{"type":121,"tag":452,"props":7147,"children":7148},{"class":454,"line":2856},[7149,7153,7158,7162,7166],{"type":121,"tag":452,"props":7150,"children":7151},{"class":465},[7152],{"type":126,"value":502},{"type":121,"tag":452,"props":7154,"children":7155},{"class":6471},[7156],{"type":126,"value":7157},"zoom_objects",{"type":121,"tag":452,"props":7159,"children":7160},{"class":491},[7161],{"type":126,"value":513},{"type":121,"tag":452,"props":7163,"children":7164},{"class":465},[7165],{"type":126,"value":7055},{"type":121,"tag":452,"props":7167,"children":7168},{"class":595},[7169],{"type":126,"value":7170},"// 1 to 100",{"type":121,"tag":122,"props":7172,"children":7173},{},[7174],{"type":126,"value":7175},"Please feel free to open a PR to improve support for additional operations.",{"type":121,"tag":148,"props":7177,"children":7179},{"id":7178},"configuration",[7180],{"type":126,"value":12},{"type":121,"tag":240,"props":7182,"children":7183},{},[7184],{"type":121,"tag":122,"props":7185,"children":7186},{},[7187,7189,7194,7196,7201],{"type":126,"value":7188},"By default, all file URLs use the ",{"type":121,"tag":190,"props":7190,"children":7191},{},[7192],{"type":126,"value":7193},"ucarecdn.com",{"type":126,"value":7195}," domain. By setting a custom CDN CNAME, file URLs can use ",{"type":121,"tag":190,"props":7197,"children":7198},{},[7199],{"type":126,"value":7200},"cdn.mycompany.com",{"type":126,"value":7202}," instead.",{"type":121,"tag":122,"props":7204,"children":7205},{},[7206,7208,7215],{"type":126,"value":7207},"See the ",{"type":121,"tag":129,"props":7209,"children":7212},{"href":7210,"rel":7211},"https://uploadcare.com/docs/delivery/cdn/#custom-cdn-cname",[133],[7213],{"type":126,"value":7214},"Uploadcare documentation",{"type":126,"value":7216}," for how to enable a custom domain in your project. To tell Nuxt Image about the custom CDN name, use the following configuration:",{"type":121,"tag":436,"props":7218,"children":7221},{"className":7219,"code":7220,"filename":441,"language":442,"meta":115},[439],"export default defineNuxtConfig({\n  image: {\n    uploadcare: {\n      cdnURL: 'cdn.mycompany.com',\n    }\n  }\n})\n",[7222],{"type":121,"tag":445,"props":7223,"children":7224},{},[7225],{"type":121,"tag":436,"props":7226,"children":7227},{"__ignoreMap":115},[7228,7259,7282,7305,7342,7353,7364],{"type":121,"tag":452,"props":7229,"children":7230},{"class":454,"line":455},[7231,7235,7239,7243,7247,7251,7255],{"type":121,"tag":452,"props":7232,"children":7233},{"class":459},[7234],{"type":126,"value":462},{"type":121,"tag":452,"props":7236,"children":7237},{"class":465},[7238],{"type":126,"value":468},{"type":121,"tag":452,"props":7240,"children":7241},{"class":459},[7242],{"type":126,"value":473},{"type":121,"tag":452,"props":7244,"children":7245},{"class":465},[7246],{"type":126,"value":468},{"type":121,"tag":452,"props":7248,"children":7249},{"class":480},[7250],{"type":126,"value":483},{"type":121,"tag":452,"props":7252,"children":7253},{"class":465},[7254],{"type":126,"value":488},{"type":121,"tag":452,"props":7256,"children":7257},{"class":491},[7258],{"type":126,"value":494},{"type":121,"tag":452,"props":7260,"children":7261},{"class":454,"line":249},[7262,7266,7270,7274,7278],{"type":121,"tag":452,"props":7263,"children":7264},{"class":465},[7265],{"type":126,"value":502},{"type":121,"tag":452,"props":7267,"children":7268},{"class":505},[7269],{"type":126,"value":508},{"type":121,"tag":452,"props":7271,"children":7272},{"class":491},[7273],{"type":126,"value":513},{"type":121,"tag":452,"props":7275,"children":7276},{"class":465},[7277],{"type":126,"value":468},{"type":121,"tag":452,"props":7279,"children":7280},{"class":491},[7281],{"type":126,"value":494},{"type":121,"tag":452,"props":7283,"children":7284},{"class":454,"line":524},[7285,7289,7293,7297,7301],{"type":121,"tag":452,"props":7286,"children":7287},{"class":465},[7288],{"type":126,"value":530},{"type":121,"tag":452,"props":7290,"children":7291},{"class":505},[7292],{"type":126,"value":6287},{"type":121,"tag":452,"props":7294,"children":7295},{"class":491},[7296],{"type":126,"value":513},{"type":121,"tag":452,"props":7298,"children":7299},{"class":465},[7300],{"type":126,"value":468},{"type":121,"tag":452,"props":7302,"children":7303},{"class":491},[7304],{"type":126,"value":494},{"type":121,"tag":452,"props":7306,"children":7307},{"class":454,"line":550},[7308,7312,7317,7321,7325,7329,7333,7337],{"type":121,"tag":452,"props":7309,"children":7310},{"class":465},[7311],{"type":126,"value":556},{"type":121,"tag":452,"props":7313,"children":7314},{"class":505},[7315],{"type":126,"value":7316},"cdnURL",{"type":121,"tag":452,"props":7318,"children":7319},{"class":491},[7320],{"type":126,"value":513},{"type":121,"tag":452,"props":7322,"children":7323},{"class":465},[7324],{"type":126,"value":468},{"type":121,"tag":452,"props":7326,"children":7327},{"class":491},[7328],{"type":126,"value":573},{"type":121,"tag":452,"props":7330,"children":7331},{"class":576},[7332],{"type":126,"value":7200},{"type":121,"tag":452,"props":7334,"children":7335},{"class":491},[7336],{"type":126,"value":573},{"type":121,"tag":452,"props":7338,"children":7339},{"class":491},[7340],{"type":126,"value":7341},",\n",{"type":121,"tag":452,"props":7343,"children":7344},{"class":454,"line":587},[7345,7349],{"type":121,"tag":452,"props":7346,"children":7347},{"class":465},[7348],{"type":126,"value":530},{"type":121,"tag":452,"props":7350,"children":7351},{"class":491},[7352],{"type":126,"value":624},{"type":121,"tag":452,"props":7354,"children":7355},{"class":454,"line":601},[7356,7360],{"type":121,"tag":452,"props":7357,"children":7358},{"class":465},[7359],{"type":126,"value":502},{"type":121,"tag":452,"props":7361,"children":7362},{"class":491},[7363],{"type":126,"value":624},{"type":121,"tag":452,"props":7365,"children":7366},{"class":454,"line":614},[7367,7371],{"type":121,"tag":452,"props":7368,"children":7369},{"class":491},[7370],{"type":126,"value":645},{"type":121,"tag":452,"props":7372,"children":7373},{"class":465},[7374],{"type":126,"value":334},{"type":121,"tag":6229,"children":7376},[7377],{"type":126,"value":7378},".light .ct-209289{color:#39ADB5;}\n.ct-209289{color:#89DDFF;}\n.light .ct-007771{color:#E53935;}\n.ct-007771{color:#F07178;}\n.light .ct-770753{color:#90A4AE;}\n.ct-770753{color:#EEFFFF;}\n.dark .ct-770753{color:#A6ACCD;}\n.light .ct-046724{color:#9C3EDA;}\n.ct-046724{color:#C792EA;}\n.light .ct-709943{color:#91B859;}\n.ct-709943{color:#C3E88D;}\n.light .ct-458184{color:#90A4AE;font-style:italic;}\n.ct-458184{color:#546E7A;font-style:italic;}\n.dark .ct-458184{color:#676E95;font-style:italic;}\n.light .ct-465623{color:#E2931D;}\n.ct-465623{color:#FFCB6B;}\n.light .ct-064524{color:#39ADB5;font-style:italic;}\n.ct-064524{color:#89DDFF;font-style:italic;}\n.light .ct-750008{color:#6182B8;}\n.ct-750008{color:#82AAFF;}",{"title":115,"searchDepth":249,"depth":249,"links":7380},[7381,7382,7383],{"id":6275,"depth":249,"text":18},{"id":2198,"depth":249,"text":6410},{"id":7178,"depth":249,"text":12},"content:3.providers:uploadcare.md","3.providers/uploadcare.md",1693229329166]