blenderskool / pigmnts

🎨 Color palette generator from an image using WebAssesmbly and Rust
https://pigmnts.web.app
MIT License
73 stars 4 forks source link

Add validation so that only allow images #42

Closed VenomFate-619 closed 2 years ago

VenomFate-619 commented 2 years ago

Currently one can upload any file type, I think it should be restricted to only images If I upload a pdf (any other type) the loader didn't stop. image

I would like to fix this.

blenderskool commented 2 years ago

Good catch @VenomFate-619, I'll fix this asap, thanks for opening an issue. pigmnts.web.app is not open source. This repository is only for the underlying pigmnts library which is open source.