amio-io / amio-sdk-js

Multi-messenger Node.js library for Amio.io API.
https://amio.io
22 stars 8 forks source link

Pull Content Builder into a separate lib #83

Open karelrochelt opened 5 years ago

karelrochelt commented 5 years ago

Let's pull it out so we can share the code in both amio-sdk-js and amio-webchat-sdk

zatziky commented 5 years ago

Maybe we can use amio-sdk-js in amio-webchat-sdk. We'd just need to add some tree shaking (or similar) functionality so that the browser lib imports only what it asks for.

karelrochelt commented 5 years ago

That doesn't really make sense to me. We only want the content builder and that can be easily separated from amio-sdk-js