0.3.11 • Published 7 months ago
@syncstreamai/syncstream v0.3.11
Table of Contents
Additional Reading
Getting Started
- Documentation can be found here: docs.syncstream.ai
npm install @syncstreamai/syncstream
# or
yarn add @syncstreamai/syncstream
import { OneTap, SyncstreamProvider } from "@syncstreamai/syncstream";
import "@syncstreamai/syncstream/dist/index.css";
const App = () => {
return (
<div
style={{
background: "black",
width: "100vw",
height: "100vh",
}}
>
<SyncstreamProvider clientId="EXAMPLE_CLIENT_ID">
<OneTap contextUri="spotify:artist:2hlmm7s2ICUX0LVIhVFlZQ" />
</SyncstreamProvider>
</div>
);
};
export default App;
Contributing to Syncstream
If you would like to become a Syncstream contributor, the first step is to read the contributing guide here in its entirety.
0.3.11
7 months ago
0.3.10
7 months ago
0.3.9
8 months ago
0.3.8
8 months ago
0.3.7
8 months ago
0.3.6
8 months ago
0.3.5
8 months ago
0.3.4
8 months ago
0.3.0
9 months ago
0.3.2
9 months ago
0.3.1
9 months ago
0.3.3
9 months ago
0.2.1
9 months ago
0.2.0
10 months ago
0.1.12
10 months ago
0.1.11
10 months ago
0.1.10
10 months ago
0.1.9
10 months ago
0.1.8
10 months ago