Improved API, added first performance test

This commit is contained in:
Lovell Fuller
2013-08-20 23:55:03 +01:00
parent a4149ed2a5
commit 9ba9b95648
8 changed files with 87 additions and 8 deletions

View File

@@ -170,4 +170,4 @@ extern "C" void init(Handle<Object> target) {
NODE_SET_METHOD(target, "resize", Resize);
};
NODE_MODULE(vips, init)
NODE_MODULE(sharp, init)