4.0.0 • Published 8 years ago

redux-cropper v4.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

##Demo npm version Build Status Join the chat at https://gitter.im/lapanoid/redux-cropper Github Issues Pending Pull-Requests License semantic-release

Port of fengyuanchen cropper to react, redux and immutable-js

Under development, please report an issue if you run into some bug

api should be as close as possible to this

#Usage

npm i redux-cropper --save

see example here

You also should use these webpack loaders as redux-cropper use css-modules internally (see this PR for details)

{
  test: /\.module.scss$/,
	loader: 'style-loader!css-loader?modules&importLoaders=2&sourceMap&localIdentName=[local]___[hash:base64:5]!autoprefixer?browsers=last 2 version!sass?outputStyle=expanded&sourceMap'
},
{
	test: /^((?!\.module).)*\.scss$/,
	loader: 'style!css!sass'
}

##Thanks! @fengyuanchen for his awesome jQuery plugin

4.0.0

8 years ago

3.0.1

8 years ago

3.0.0

8 years ago

2.0.0

8 years ago

1.6.5

8 years ago

1.6.4

8 years ago

1.6.3

8 years ago

1.6.2

8 years ago

1.6.1

8 years ago

1.6.0

8 years ago

1.5.2

8 years ago

1.5.1

8 years ago

1.5.0

8 years ago

1.4.0

8 years ago

1.3.0

8 years ago

1.2.7

8 years ago

1.2.6

8 years ago

1.2.5

8 years ago

1.2.4

8 years ago

1.2.3

8 years ago

1.2.2

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago