@xpadev-net/niconicomments 0.2.29 → 0.2.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/bundle.js +2 -2
  2. package/package.json +1 -1
package/dist/bundle.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- niconicomments.js v0.2.29
2
+ niconicomments.js v0.2.30
3
3
  (c) 2021 xpadev-net https://xpadev.net
4
4
  Released under the MIT License.
5
5
  */
@@ -1100,7 +1100,7 @@
1100
1100
  var _context = canvas.getContext("2d");
1101
1101
  if (_context === null)
1102
1102
  throw new Error("fail to get Context2D");
1103
- var context = _context;
1103
+ context = _context;
1104
1104
  context.textAlign = "start";
1105
1105
  context.textBaseline = "alphabetic";
1106
1106
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xpadev-net/niconicomments",
3
- "version": "0.2.29",
3
+ "version": "0.2.30",
4
4
  "description": "NiconiComments is a comment drawing library that is somewhat compatible with the official Nico Nico Douga player.",
5
5
  "main": "dist/bundle.js",
6
6
  "types": "dist/bundle.d.ts",