0.1.2 • Published 11 months ago

unsanity v0.1.2

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

Unsanity

Unofficial library for Sanity CMS

Install

npm i unsanity

Usage

Convert image into URL

var config = {
  baseUrl: 'https://cdn.sanity.io',
  projectId: '671pyuqa',
  dataset: 'production'
}

var { urlFor } = require('unsanity')(config)
var image = 'image-5df93b336165f44fc1199c28b2697af7f4e7aeda-960x480-jpg'

var url = urlFor(image).auto('format').fit('max').width(720).toString()

// https://cdn.sanity.io/images/671pyuqa/production/5df93b336165f44fc1199c28b2697af7f4e7aeda-960x480.jpg?w=720&fit=max&auto=format

Convert portable text into HTML

var { toHTML } = require('unsanity')()

var html = toHTML(product.description)

Created by Eldøy Projects

0.1.2

11 months ago

0.1.1

11 months ago

0.1.0

11 months ago