medelmourabite
Results
2
comments of
medelmourabite
Can I get the current image url in the data: ```` unlayer.registerCallback('selectImage', (data, done) => { let imageUrl = data.url }) ````
Hi, I managed to do this using pages ```js const [pageIndex, setPageIndex] = useState(0); const course = { id: '49f5fcef7b13261e68b39ed04', title: 'Test Course', entryPoint: 'index.html', pages: ['index.html', 'page1.html'], scormVersion: '2004...