Add support for prebuilt sharp binaries on common platforms

This commit is contained in:
Lovell Fuller
2018-03-04 14:33:44 +00:00
parent 69e3ab02c4
commit 430a4297aa
22 changed files with 781 additions and 468 deletions

4
.prebuildrc Normal file
View File

@@ -0,0 +1,4 @@
{
"include-regex": "(sharp\\.node|libvips-cpp\\.dll)",
"strip": true
}