syncstream-ai
TypeScript icon, indicating that this package has built-in type declarations

0.0.24 • Public • Published

Getting Started with SyncStream 🪄

Getting started

npm install syncstream
# or
yarn add syncstream
import { OneTap, SyncstreamProvider } from "syncstream-ai";
import "syncstream-ai/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;

Package Sidebar

Install

npm i syncstream-ai

Weekly Downloads

54

Version

0.0.24

License

MIT

Unpacked Size

1.3 MB

Total Files

30

Last publish

Collaborators

  • sweetman.eth