function enqueue_superflow() { wp_enqueue_script('superflow'); // Add apiKey as a window-level variable add_action('wp_footer', 'add_superflow_api_key_script'); function add_superflow_api_key_script() { $apiKey = 'syh7w55LM2dURAgOHUe1'; echo ''; } // Register the script wp_register_script('superflow', 'https://cdn.jsdelivr.net/npm/@snippyly/plugin/snippyly.min.js', array(), null, true); // Add 'type' attribute with value 'module' to the script tag add_filter('script_loader_tag', 'add_superflow_script', 10, 3); function add_superflow_script($tag, $handle, $src) { if ('superflow' === $handle) { $tag = ''; } return $tag; } // Enqueue the registered script wp_enqueue_script('superflow'); } add_action('wp_enqueue_scripts', 'enqueue_superflow'); MUSE APP UI/UX – Chana

MUSE APP UI/UX

UI/UX DESIGN

Overview

MUSE | MOBILE APP WIREFRAME AND UI/UX DESIGN

Initiated with the wireframe design using the Figma application and moved to the next step of UI/UX design. Well planned it with the correct flow of actions from friends list with their posts section, powerful player, playlist to a powerful search section were the features of this MUSE mobile app.