Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Axis

import type { Axis } from "https://googleapis.deno.dev/v1/webfonts:v1.ts";

Metadata for a variable font axis.

interface Axis {
end?: number;
start?: number;
tag?: string;
}

§Properties

§
end?: number
[src]

maximum value

§
start?: number
[src]

minimum value

§
tag?: string
[src]

tag name.