canvas-component-utils
Installation
SKILL.md
Import utilities from the drupal-canvas package:
import { FormattedText, Image } from "drupal-canvas";
FormattedText
Use FormattedText to render HTML content from props. This is required for any
prop with contentMediaType: text/html in component.yml.