stl-exporter
Advanced tools
Comparing version 0.3.1 to 0.3.2
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.9.1 | ||
// Generated by CoffeeScript 1.9.2 | ||
(function() { | ||
@@ -48,3 +48,3 @@ var AsciiSerializer, createBeautifiedFacetString, createFacetString, stream, | ||
data = JSON.parse(data); | ||
if (data.name) { | ||
if (data.hasOwnProperty('name')) { | ||
this.name = data.name; | ||
@@ -51,0 +51,0 @@ this.push("solid " + this.name + "\n"); |
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.9.1 | ||
// Generated by CoffeeScript 1.9.2 | ||
(function() { | ||
@@ -3,0 +3,0 @@ var BinarySerializer, TextDecoder, TextEncoder, bufferConverter, stream, textEncoding, writeStringToBufferView, |
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.9.1 | ||
// Generated by CoffeeScript 1.9.2 | ||
(function() { | ||
@@ -3,0 +3,0 @@ var bufferConverter, fs, mode, path, stlExporter, yaml; |
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.9.1 | ||
// Generated by CoffeeScript 1.9.2 | ||
(function() { | ||
@@ -3,0 +3,0 @@ var createBeautifiedFacetString, createFacetString; |
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.9.1 | ||
// Generated by CoffeeScript 1.9.2 | ||
(function() { | ||
@@ -3,0 +3,0 @@ var TextDecoder, TextEncoder, textEncoding, writeStringToBufferView; |
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.9.1 | ||
// Generated by CoffeeScript 1.9.2 | ||
(function() { | ||
@@ -3,0 +3,0 @@ module.exports = function(vertexCoordinates, faceVertexIndices, faceNormalCoordinates) { |
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.9.1 | ||
// Generated by CoffeeScript 1.9.2 | ||
(function() { | ||
@@ -3,0 +3,0 @@ module.exports = function(vertexCoordinates, faceVertexIndices, faceNormalCoordinates) { |
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.9.1 | ||
// Generated by CoffeeScript 1.9.2 | ||
(function() { | ||
@@ -3,0 +3,0 @@ var stringifyFaceNormal, stringifyVector; |
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.9.1 | ||
// Generated by CoffeeScript 1.9.2 | ||
(function() { | ||
@@ -3,0 +3,0 @@ var AsciiSerializer, BinarySerializer, toAsciiStl, toBinaryStl; |
{ | ||
"name": "stl-exporter", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "Convert face-vertex, or polygon meshes to ascii and binary STLs", | ||
@@ -15,3 +15,3 @@ "main": "build/index.js", | ||
"build": "coffee -c -o build source", | ||
"prepublish": "npm run build" | ||
"prepublish": "npm run build && npm test" | ||
}, | ||
@@ -18,0 +18,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
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
81602
37
546