0.0.9 • Published 2 years ago

yadda-stream v0.0.9

Weekly downloads
-
License
-
Repository
-
Last release
2 years 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

2 years ago

0.0.8

2 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago