{"id":15497404,"url":"https://github.com/heapwolf/pngify","last_synced_at":"2025-04-22T21:43:15.957Z","repository":{"id":66203354,"uuid":"12678215","full_name":"heapwolf/pngify","owner":"heapwolf","description":"Text ⇢ PNG ⇢ Text ┈ Pure JS. No dependencies.","archived":false,"fork":false,"pushed_at":"2013-09-08T09:51:28.000Z","size":148,"stargazers_count":13,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-29T19:11:08.420Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/heapwolf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-09-08T08:41:58.000Z","updated_at":"2017-02-23T17:34:45.000Z","dependencies_parsed_at":"2023-02-20T00:00:38.199Z","dependency_job_id":null,"html_url":"https://github.com/heapwolf/pngify","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heapwolf%2Fpngify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heapwolf%2Fpngify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heapwolf%2Fpngify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heapwolf%2Fpngify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/heapwolf","download_url":"https://codeload.github.com/heapwolf/pngify/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250330308,"owners_count":21412961,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-02T08:33:27.812Z","updated_at":"2025-04-22T21:43:15.935Z","avatar_url":"https://github.com/heapwolf.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SYNOPSIS\nEncodes text as a png file, decodes png files as text, pure js, no deps.\n\n## EXAMPLE\n\n```js\nvar key = fs.readFileSync(__dirname + '/test.key', 'utf8')\npngify.encodeImage(key, __dirname + '/test.png', function(err) {\n  if (err) {\n    console.log(err)\n  }\n  pngify.decodeImage(__dirname + '/test.png', function(err, str) {\n    assert.deepEqual(str, key, 'extracted string and original string should be the same')\n  })\n})\n```\n\n### INPUT\n```text\n-----BEGIN RSA PUBLIC KEY-----\nMIIBCgKCAQEAimFv717BrOYnUnHBbVqZM5OJOvArd58Llp+aWCRj8J72iymG25old5uuoMsV\nM261xhGLUZY1dkfbLM/fKrGVLtobpaHJ/nqE5sRdLb52ybyfp0dEMX/oHu9OfNuKwqFuiKxQ\n6/eTBYdmOiLeZ46EaQYCAa1wc21w3tCq+jvacWy2a34E2d0pMnpHxlH3jSO1cviTNIFmMEaf\nY93IpzYqgN3qbL5/uMMjWxkVHJLMJtx7MAMC2zbQIx6+tmwWrOc/N8GeQdGtTrQSqv7mwg2/\n3evVw3UBtK2dqALUlGhcsmLKk3hg9/h933WvM0nCJQrHnTk3mmylQelZA6NFJ6JJlQIDAQAB\n-----END RSA PUBLIC KEY-----\n```\n\n### OUTPUT\n\n![test.png](/test.png)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheapwolf%2Fpngify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheapwolf%2Fpngify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheapwolf%2Fpngify/lists"}