-module(inlay@inline). -compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch, inline]). -define(FILEPATH, "src/inlay/inline.gleam"). -export([bluesky_iframe/3, tweet_iframe/2, instagram_iframe/3, tiktok_iframe/2, mastodon_iframe/4, pixelfed_iframe/4]). -if(?OTP_RELEASE >= 27). -define(MODULEDOC(Str), -moduledoc(Str)). -define(DOC(Str), -doc(Str)). -else. -define(MODULEDOC(Str), -compile([])). -define(DOC(Str), -compile([])). -endif. ?MODULEDOC( " Self-contained iframe rendering for the `` Lustre component.\n" "\n" " A Lustre component always renders into a shadow root. Several providers ship\n" " a placeholder plus a host-page script that scans the document with\n" " `querySelectorAll` to hydrate or resize the embed, and that scan cannot\n" " reach inside a shadow root. For those providers this module renders the\n" " embed as a self-contained `