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

File separators in viewport keys are treated as file separators in the filesystem #836

Open
oliveryasuna opened this issue Jan 23, 2024 · 0 comments

Comments

@oliveryasuna
Copy link

'iPhone X / iPhone XS / iPhone 11 Pro / iPhone 12 Mini / iPhone 13 Mini': {
  width: 375,
  height: 812,
  deviceScaleFactor: 3,
  isMobile: true,
  hasTouch: true
}

This creates the folder structure: {STORY_NAME}_iPhone X/iPhone XS/iPhone 11 Pro/iPhone 12 Mini/iPhone 13 Mini.png.

As a workaround, I used | instead of /.

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