Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
92 views

I'm creating a video like this, based on this CodePen: export function createVideoFromBinary(src, mimeType = 'video/mp4') { let $video = $(`<video autoplay loop/>`); let $source = $(`<...
Hydroper's user avatar
  • 451
0 votes
1 answer
90 views

I'm using PreloadJS from CreateJS and am successfully getting an HTMLImageElement: const PreloadedAssets = { logo: null, // ... initializeMisc(loadQueue) { PreloadedAssets.logo = ...
Hydroper's user avatar
  • 451
1 vote
0 answers
41 views

I am using preloadjs, but I have a question that when I store the images in the queue object. How do I distinguish which image put in the right place. here is storing the images code queue....
Lunkai Yang's user avatar
0 votes
0 answers
343 views

I am working on my React Website.Here is the link of my websiteI used this simple set timeout its not dynamically I used Suspense lazy load but its not working as i want. Here is the link of website ...
Shahrukh Khan's user avatar
0 votes
1 answer
108 views

I am working on a createjs app that needs to load midi files as part of its function. I then plan to use midiplayer.js to play the file. However, I cannot find any examples of loading a midi file ...
Timothy Paustian's user avatar
1 vote
0 answers
344 views

I'm writing an app that depends on a native Node module using Electron, React and TypeScript. I have context isolation on and am using a preload script to expose the API of the native module onto the ...
Shane Murphy's user avatar
0 votes
1 answer
1k views

I am having trouble using a render.js file to write "api" calls from the rendered html page's javascript. main.js new BrowserWindow function includes: webPreferences: { ...
cole's user avatar
  • 573
2 votes
1 answer
9k views

I'm writing a CRA + Electron app and I need to use ipcRenderer.invoke for inter-processes communication. I was able to make ipcRenderer.send and ipcRender.on work in contextIsolation mode, but no luck ...
LittoX9's user avatar
  • 21
1 vote
1 answer
2k views

When I built npm start the app on Windows 10, it does not work normally which worked fine on macOS. package.json { "name": "SimpleTimer", "version": "1.0.0",...
hibara's user avatar
  • 147
0 votes
2 answers
150 views

OK, the docs are messy at best. I have huge issues fading in and out preloaded assets if I do not add 'false' to the instance of PreloadJS. But when I add it I completely lose the progress event ... ...
user avatar
1 vote
0 answers
3k views

I am trying to create a preload for my site via the PreloadJS library. On the site I created a dozen items via bodymovin / lottie. Bodymovin create json files with all the information of the graphic ...
Wolftrick's user avatar
0 votes
2 answers
571 views

I'm trying to preload one image using PreloadJS, then insert it to DOM a twice. But I can insert only one image. var queue = new createjs.LoadQueue(); queue.addEventListener('complete', ...
Blackster's user avatar
  • 343
0 votes
1 answer
572 views

I'm trying to generate a sprite-sheet dynamically in easeljs after triggering a event from the ipcMain to a window. The problem i'm having is that preloadjs/easeljs trigger this error in the console: ...
Luca Baxter's user avatar
0 votes
1 answer
2k views

I was trying to make my first website. I'm working on local, so if you need an online website for debug it, I can upload it. I want to create a preload section on the first visit where show a preload ...
Wolftrick's user avatar
0 votes
1 answer
921 views

I use preloadjs for font loading (the font is local to my computer) in a canvas area but the font is displayed only after a page refresh. The text is in my_text and the font is the "digital-7.ttf" in ...
nikos chatziathanasiou's user avatar

15 30 50 per page
1
2 3 4 5 6