three-stdlib
Advanced tools
Comparing version 0.0.12 to 0.0.13
@@ -6,3 +6,3 @@ 'use strict'; | ||
var THREE = require('three'); | ||
var opentype = require('opentype'); | ||
var opentype_js = require('opentype.js'); | ||
@@ -152,3 +152,3 @@ /** | ||
return convert(opentype.parse(arraybuffer), this.reversed); // eslint-disable-line no-undef | ||
return convert(opentype_js.parse(arraybuffer), this.reversed); // eslint-disable-line no-undef | ||
} | ||
@@ -155,0 +155,0 @@ }); |
import { Loader, FileLoader } from 'three'; | ||
import { parse } from 'opentype'; | ||
import { parse } from 'opentype.js'; | ||
@@ -4,0 +4,0 @@ /** |
{ | ||
"name": "three-stdlib", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9870429