<oembed><type>rich</type><version>1.0</version><title>koteitan wrote</title><author_name>koteitan (npub1f3…ldhgk)</author_name><author_url>https://yabu.me/npub1f3w4x7dqvceeez8kuyq78md3lwhwfm0ra634llr0r3nykwjrs0hqvldhgk</author_url><provider_name>njump</provider_name><provider_url>https://yabu.me</provider_url><html>import QRCode from &#34;qrcode&#34;;&#xA;&#xA;const str = &#34;https://example.com&#34;;&#xA;const qr = await QRCode.toString(str, { type: &#34;terminal&#34; });&#xA;console.log(qr);</html></oembed>