nature-of-code / noc-book-2

The 2024 edition of The Nature of Code with p5.js. Includes Notion workflow and build system.
https://natureofcode.com
1.11k stars 78 forks source link

Prince XML Logo #583

Closed tuantinghuang closed 9 months ago

tuantinghuang commented 10 months ago

@shiffman to double check the prince XML license and re-purchase if need be

Screenshot 2023-12-06 at 4 02 38 PM

shiffman commented 10 months ago

Adding @jasongao97 to this! I have the license.dat file but am not sure the best way to integrate it into the build process. There is documentation in the prince node package: https://www.npmjs.com/package/prince

Prince#license(filename): Prince: set the path to the PrinceXML license file. This by default uses the path license/license.dat under the PrinceXML installation. This returns the Prince API for further method chaining.

We should just make sure the license file is part of .gitignore if we include it in our builds.

shiffman commented 10 months ago

Need to double-check updated purchase for current princeXML version.

shiffman commented 9 months ago

This is all set now!