Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Availability for client-side usage? (speculative use) #16

Open
jywarren opened this issue May 29, 2019 · 1 comment
Open

Availability for client-side usage? (speculative use) #16

jywarren opened this issue May 29, 2019 · 1 comment

Comments

@jywarren
Copy link
Member

Let's not worry about this now, but in the future (sparkle in my eye) I wonder how possible it would be to initiate a sequence from a collection of images, and run the entire export client-side, perhaps in a web worker to not stall the UI out...

Food for future thought! 😄

module.exports = function convert(arr) {

@jywarren
Copy link
Member Author

jywarren commented Mar 2, 2021

We could use one of these multithreading approaches:

On this line which forks processes:

require('child_process').fork(require('path').join(__dirname, './util/process-multisequencer.js'), ['--imgs=' + JSON.stringify(imgs), '--pid=' + pid]);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant