Published
Edited
Feb 1, 2018
2 forks
Insert cell
Insert cell
cloudinary = require("cloudinary-core")
Insert cell
Insert cell
cl = new cloudinary.Cloudinary({cloud_name: "demo", secure: true})
Insert cell
img = html`${
cl.imageTag('front_face.png', {transformation: [
{width: 150, height: 150, gravity: "face", radius: 20, effect: "sepia", crop: "thumb"},
{overlay: "cloudinary_icon", gravity: "south_east", x: 5, y: 5, width: 50, opacity: 60, effect: "brightness:200"},
{angle: 10}
]}).toHtml()
}`
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more