JSFiddle - React, Tailwind, and code Playground
by morphcast
HTML
<body>
<script src="https://ai-sdk.morphcast.com/stage/ai-sdk.js"></script>
<script>
CY.loader()
.licenseKey("9087cfd2037a28a79769fdcaa4962252379cd2e2fd0b")
.addModule(CY.modules().FACE_AROUSAL_VALENCE.name)
.load()
.then(({ start, stop, getModule }) => {
console.log(getModule(CY.modules().FACE_AROUSAL_VALENCE.name).getQuadrantFromAffectName('Seepy'));
});
</script>
<!-- your body part -->
</body>