Skip to content

Instantly share code, notes, and snippets.

@cerebralpolicy
cerebralpolicy / index.html
Created February 1, 2023 22:14
Persona 5 SMS
<div id="chat"></div>
<script id="chat-thread" type="x-template">
<div v-if="window.devicePixelRatio === 1">
<br/>
<ChatMessage
v-for="message in messages"
ref="chatMessages"
:message="message.text"
:remote="message.remote"/>