0.0.1 • Published 9 years ago

crop-loader v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

crop-loader

Webpack loader for separating a spritesheet into multiple different assets

const sprites = {
  background: require('file!crop!../assets/sprite.png?x=0&y=0&w=144&h=256'),
  ground: require('file!crop!../assets/sprite.png?x=146&y=0&w=154&h=56'),
  score: require('file!crop!../assets/sprite.png?x=146&y=58&w=113&h=58'),
  bird: require('file!crop!../assets/sprite.png?x=223&y=124&w=17&h=12'),
  pipe: require('file!crop!../assets/sprite.png?x=330&y=0&w=26&h=121'),
}