4.0.0 • Published 9 years ago

redux-cropper v4.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
9 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

9 years ago

3.0.1

10 years ago

3.0.0

10 years ago

2.0.0

10 years ago

1.6.5

10 years ago

1.6.4

10 years ago

1.6.3

10 years ago

1.6.2

10 years ago

1.6.1

10 years ago

1.6.0

10 years ago

1.5.2

10 years ago

1.5.1

10 years ago

1.5.0

10 years ago

1.4.0

10 years ago

1.3.0

10 years ago

1.2.7

10 years ago

1.2.6

10 years ago

1.2.5

10 years ago

1.2.4

10 years ago

1.2.3

10 years ago

1.2.2

10 years ago

1.2.1

10 years ago

1.2.0

10 years ago

1.1.0

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago