GithubHelp home page GithubHelp logo

elemefe / image-cropper Goto Github PK

View Code? Open in Web Editor NEW
308.0 308.0 53.0 54 KB

A image cropper for cropping user avatar, no dependencies.

Home Page: http://elemefe.github.io/image-cropper/

License: MIT License

CSS 7.88% JavaScript 78.96% HTML 13.16%

image-cropper's People

Contributors

furybean avatar sofish avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

image-cropper's Issues

文件名大小写

src/cropper.js当中
var Resizer = require('./Resizer');文件名为大写
实际resizer.js 文件名为小写
Linux出错

Linux error can't resolve Resizer

本地打包构建npm run build 是成功!但是在linux服务器上打包构建的时报错,如下图
image
原因:node_modules/image-cropper.js/src/cropper.js 文件中 引入 var Resizer = require('./Resizer') 导致!
解决办法: var Resizer = require('./resizer') 改为小写!
如图

image

angular4中import时报错

在angular4 import {Cropper} from 'image-cropper.js' 后, new Cropper 时报错 "is not a constructor"

图片上传

怎么获取裁剪后的图片,然后上传到后台

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.