Skip to content

Commit

Permalink
Add related modules and license to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Aug 11, 2017
1 parent 3f08c36 commit ac20861
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014 René Kooi
Copyright (c) 2017 Renée Kooi

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,12 @@ Renders a frame to an `[ r, g, b, a ]` ImageData object.

In the browser, returns an ImageData object that can be drawn to a Canvas.
In node, returns a plain object with the `data` as a Uint8ClampedArray, the `width` of the frame, and the `height` of the frame (like the ImageData API).

## Related

- [jascpal](https://github.com/goto-bus-stop/jascpal) - JASC Paint Shop Pro palette file parser--these are the palette files used by the Genie engine
- [genie-drs](https://github.com/goto-bus-stop/genie-drs) - Read and manipulate Genie Engine .DRS file archives

## License

[MIT](./LICENSE)

0 comments on commit ac20861

Please sign in to comment.