sanity-io / image-url

Tools to generate image urls from Sanity content
https://www.sanity.io/docs/presenting-images#mY9Be3Ph
MIT License
67 stars 23 forks source link

Can @sanity/image-url be used in CommonJs ? #52

Open mostlycloudysky opened 1 year ago

mostlycloudysky commented 1 year ago

Looking to get the absolute url while processing on the server side. Would like to check with the team if we have support available for the same.

const { createImageUrlBuilder } = require('@sanity/image-url');