- Linting (ESLint): Apply per latest ash-nazg (jsdoc: complete sentence descriptions)
- npm: Update devDeps
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
/* eslint-disable new-cap, class-methods-use-this */
|
||||
// Todo: Compare with latest canvg (add any improvements of ours) and add full JSDocs (denoting links to standard APIs and which are custom): https://github.com/canvg/canvg
|
||||
/**
|
||||
* canvg.js - Javascript SVG parser and renderer on Canvas
|
||||
* Javascript SVG parser and renderer on Canvas.
|
||||
* @file canvg.js
|
||||
* @module canvg
|
||||
* @license MIT
|
||||
* @author Gabe Lerner <gabelerner@gmail.com>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* For parsing color values
|
||||
* For parsing color values.
|
||||
* @module RGBColor
|
||||
* @author Stoyan Stefanov <sstoo@gmail.com>
|
||||
* @see https://www.phpied.com/rgb-color-parser-in-javascript/
|
||||
|
||||
Reference in New Issue
Block a user