|
|
2 tuần trước cách đây | |
|---|---|---|
| .. | ||
| more-data | 2 tuần trước cách đây | |
| README.md | 2 tuần trước cách đây | |
| contract-content.html | 2 tuần trước cách đây | |
| contract-data.js | 2 tuần trước cách đây | |
| signature.png | 2 tuần trước cách đây | |
| style.min.css | 2 tuần trước cách đây | |
The generator loads this content in the browser memory when you first open the app or after you click "Reset Data".
Initial HTML for the contract content.
The signature for the 1st party.
You can get a PNG file for a new signature by drawing it in the generator, clicking "Preview", and saving the signature image from the preview.
Initial names and emails for the 1st and 2nd party.
export const contractData = {
client: {
name: "",
email: ""
},
dev: {
name: "",
email: ""
}
}
All the styles needed for a contract, concatenated and minified.
PostCSS source code, a template to make the downloadable PHP file, 2 HTML partials for the signed and un-signed versions of the contract, a way to control the initial filename (including disabling the default timestamp — in contract-settings.js).
See more info in the /more-data/README file.