Skip to content

Instantly share code, notes, and snippets.

@gurix
Created September 16, 2019 10:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gurix/55dc2b03b0a4e93b671db2fe44f31235 to your computer and use it in GitHub Desktop.
Save gurix/55dc2b03b0a4e93b671db2fe44f31235 to your computer and use it in GitHub Desktop.
const images = require.context('../images')
const state = {
images: images.keys().map(function(name) {
return({
name: name,
path: images(name,true)
})
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment