mirror of
https://github.com/lovell/sharp.git
synced 2026-02-06 14:46:16 +01:00
Expose runtime format availability
Aids addition of new format/method combos Dogfood this in the test code
This commit is contained in:
@@ -23,6 +23,7 @@ extern "C" void init(v8::Handle<v8::Object> target) {
|
||||
NODE_SET_METHOD(target, "concurrency", concurrency);
|
||||
NODE_SET_METHOD(target, "counters", counters);
|
||||
NODE_SET_METHOD(target, "libvipsVersion", libvipsVersion);
|
||||
NODE_SET_METHOD(target, "format", format);
|
||||
}
|
||||
|
||||
NODE_MODULE(sharp, init)
|
||||
|
||||
Reference in New Issue
Block a user