Skip to content
This repository has been archived by the owner on Sep 17, 2022. It is now read-only.

Kikobeats/ico-issue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository is to reproduce a strange behavior related to sharp and binaries associated.

The index.js has the necessary code to see the issue. For reproducing it, clone the repository and do:

npm run build && npm start

The code is using 3 software components:

splashy > node-vibrant > sharp

splashy is essentialy some code commodity on top of node-vibrant.

node-vibrant is used as adapter layer to call sharp.

and [sharp] is the root of problems!

Looks like sharp binary is missing in some way (maybe the sub dependency binary is not missing, but the behavior is different) causing the code doesn't work properly with ico files.

This is a SUCCESS code report after running the repo on my local machine. However, it FAILED If I run using docker image.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published