mirror of
https://github.com/lovell/sharp.git
synced 2025-12-18 23:05:04 +01:00
Bump/replace devDeps
Add required 'module' JSDoc tag to all exports
This commit is contained in:
@@ -158,6 +158,7 @@ function bandbool (boolOp) {
|
||||
|
||||
/**
|
||||
* Decorate the Sharp prototype with channel-related functions.
|
||||
* @module Sharp
|
||||
* @private
|
||||
*/
|
||||
module.exports = function (Sharp) {
|
||||
|
||||
@@ -159,6 +159,7 @@ function _setBackgroundColourOption (key, value) {
|
||||
|
||||
/**
|
||||
* Decorate the Sharp prototype with colour-related functions.
|
||||
* @module Sharp
|
||||
* @private
|
||||
*/
|
||||
module.exports = function (Sharp) {
|
||||
|
||||
@@ -202,6 +202,7 @@ function composite (images) {
|
||||
|
||||
/**
|
||||
* Decorate the Sharp prototype with composite-related functions.
|
||||
* @module Sharp
|
||||
* @private
|
||||
*/
|
||||
module.exports = function (Sharp) {
|
||||
|
||||
@@ -449,6 +449,7 @@ Object.assign(Sharp.prototype, { clone });
|
||||
|
||||
/**
|
||||
* Export constructor.
|
||||
* @module Sharp
|
||||
* @private
|
||||
*/
|
||||
module.exports = Sharp;
|
||||
|
||||
@@ -643,6 +643,7 @@ function stats (callback) {
|
||||
|
||||
/**
|
||||
* Decorate the Sharp prototype with input-related functions.
|
||||
* @module Sharp
|
||||
* @private
|
||||
*/
|
||||
module.exports = function (Sharp) {
|
||||
|
||||
@@ -930,6 +930,7 @@ function modulate (options) {
|
||||
|
||||
/**
|
||||
* Decorate the Sharp prototype with operation-related functions.
|
||||
* @module Sharp
|
||||
* @private
|
||||
*/
|
||||
module.exports = function (Sharp) {
|
||||
|
||||
@@ -1551,6 +1551,7 @@ function _pipeline (callback, stack) {
|
||||
|
||||
/**
|
||||
* Decorate the Sharp prototype with output-related functions.
|
||||
* @module Sharp
|
||||
* @private
|
||||
*/
|
||||
module.exports = function (Sharp) {
|
||||
|
||||
@@ -569,6 +569,7 @@ function trim (options) {
|
||||
|
||||
/**
|
||||
* Decorate the Sharp prototype with resize-related functions.
|
||||
* @module Sharp
|
||||
* @private
|
||||
*/
|
||||
module.exports = function (Sharp) {
|
||||
|
||||
@@ -280,6 +280,7 @@ function unblock (options) {
|
||||
|
||||
/**
|
||||
* Decorate the Sharp class with utility-related functions.
|
||||
* @module Sharp
|
||||
* @private
|
||||
*/
|
||||
module.exports = function (Sharp) {
|
||||
|
||||
Reference in New Issue
Block a user