Hi!
I have this script:
<script
crossorigin
src="https://unpkg.com/react@17/umd/react.production.min.js"
></script>
<script
crossorigin
src="https://unpkg.com/react-dom@17/umd/react-dom.production.min.js"
></script>
<script src="https://unpkg.com/@sberdevices/assistant-client@3.4.2/umd/assistant.min.js"></script>
<script>
window.assistant.createAssistant({
getState: () => {
return {};
},
});
</script>
How can I connect it to my project (html5) in the best way? I’ve been studying Default for about a month, I really like the engine. But I have a difficulty with this task.