Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/deno_chart/deps.ts>ShapedTextConstructor

A graph library for deno. Inspired by Chart.js. A simpler implementation for basic bar graphs that save to an image.
Latest
interface ShapedTextConstructor
import { type ShapedTextConstructor } from "https://deno.land/x/deno_chart@1.1.0/deps.ts";

This class is an abstraction around SkShaper.h

Methods

Return a ShapedText from the given options. See SkShaper.h for more.