files/en-us/web/api/ink/index.md
{{APIRef("Ink API")}}{{SeeCompatTable}}
The Ink interface of the Ink API provides access to {{domxref("DelegatedInkTrailPresenter")}} objects for the application to use to render ink strokes.
{{InheritanceDiagram}}
async function inkInit() {
const ink = navigator.ink;
let presenter = await ink.requestPresenter({ presentationArea: canvas });
// …
}
{{Specifications}}
{{Compat}}