Skip to content

A application that returns the dimensions of the image in pixels. It's created with Electron.

License

Notifications You must be signed in to change notification settings

Alfredosavi/image-props

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image-props

A application that returns the dimensions of the image in pixels. It's created with Electron.

🔥 Instalação e execução

  1. Faça um clone desse repositório: git clone https://github.com/Alfredosavi/image-props;
  2. Entre dentro do diretório: cd image-props/;
  3. Instale as dependências com: yarn install;
  4. Rode com yarn start.

⚡️ Como contribuir

  • Faça um fork desse repositório;
  • Cria uma branch com a sua feature: git checkout -b minha-feature;
  • Faça commit das suas alterações: git commit -m 'feat: Minha nova feature';
  • Faça push para a sua branch: git push origin minha-feature.

Depois que o merge da sua pull request for feito, você pode deletar a sua branch.

📝 Licença

Esse projeto está sob a licença MIT. Veja o arquivo LICENSE para mais detalhes.