Skip to content

Commit

Permalink
Issue #PS-3599 feat: Changes to Run player using pratham-middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
rajnishdargan committed Feb 11, 2025
1 parent 27d1b1e commit f77d2b2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions web-component-examples/react-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ import { useEffect, useRef } from "react";
import "./App.css";

+ import $ from "jquery";
+ import "/styles.css";
+ import "/sunbird-quml-player.js";
+ import "@tekdi/sunbird-quml-player-web-component/styles.css";
+ import "@tekdi/sunbird-quml-player-web-component/sunbird-quml-player.js";


function App() {
Expand All @@ -78,8 +78,8 @@ import { useEffect, useRef } from "react";
import "./App.css";

import $ from "jquery";
import "/styles.css";
import "/sunbird-quml-player.js";
import "@tekdi/sunbird-quml-player-web-component/styles.css";
import "@tekdi/sunbird-quml-player-web-component/sunbird-quml-player.js";


function App() {
Expand All @@ -105,8 +105,8 @@ import { useEffect, useRef } from "react";
import "./App.css";

import $ from "jquery";
import "/styles.css";
import "/sunbird-quml-player.js";
import "@tekdi/sunbird-quml-player-web-component/styles.css";
import "@tekdi/sunbird-quml-player-web-component/sunbird-quml-player.js";

+ import { playerConfig } from "./data";

Expand Down Expand Up @@ -140,8 +140,8 @@ Import `useRef` hook and create player reference for output events from QuML pla
import "./App.css";

import $ from "jquery";
import "/styles.css";
import "/sunbird-quml-player.js";
import "@tekdi/sunbird-quml-player-web-component/styles.css";
import "@tekdi/sunbird-quml-player-web-component/sunbird-quml-player.js";

import { playerConfig } from "./data";

Expand Down

0 comments on commit f77d2b2

Please sign in to comment.