0.0.9 • Published 12 months ago

yadda-stream v0.0.9

Weekly downloads
-
License
-
Repository
-
Last release
12 months ago

Yadda Stream

I don't want to write a README.

You can use this embed like this:

<script src="https://stream.ydd.cx/index.js" data-stream-id="<stream id>" data-theme="light|dark|auto" defer></script>

or like this:

<head>
    <script src="https://stream.ydd.cx/index.js" defer></script>
</head>
<body>
    <div id="ydd-stream" data-stream-id="<stream id>" data-theme="light|dark|auto"></div>
</body>

or even like this:

npm i yadda-stream
<template>
  <Stream stream-id="<stream id>" theme="light|dark|auto"/>
</template>

<script setup>
  import {Stream} from 'ydd-stream/vue'
</script>
0.0.9

12 months ago

0.0.8

12 months ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago