0.3.11 • Published 1 year 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/syncstreamimport { 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
1 year ago
0.3.10
1 year ago
0.3.9
1 year ago
0.3.8
1 year ago
0.3.7
2 years ago
0.3.6
2 years ago
0.3.5
2 years ago
0.3.4
2 years ago
0.3.0
2 years ago
0.3.2
2 years ago
0.3.1
2 years ago
0.3.3
2 years ago
0.2.1
2 years ago
0.2.0
2 years ago
0.1.12
2 years ago
0.1.11
2 years ago
0.1.10
2 years ago
0.1.9
2 years ago
0.1.8
2 years ago