{"id":22179962,"url":"https://github.com/rametta/soften","last_synced_at":"2025-07-26T17:31:59.199Z","repository":{"id":57365708,"uuid":"155582300","full_name":"rametta/soften","owner":"rametta","description":"🌫 Base64 Image Softener","archived":false,"fork":false,"pushed_at":"2018-11-01T12:04:07.000Z","size":18,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-17T09:52:14.590Z","etag":null,"topics":["base64","blurry","gatsby","gatsby-image","image"],"latest_commit_sha":null,"homepage":"https://soften.surge.sh/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rametta.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-10-31T15:40:16.000Z","updated_at":"2020-05-07T00:39:25.000Z","dependencies_parsed_at":"2022-08-23T20:10:16.289Z","dependency_job_id":null,"html_url":"https://github.com/rametta/soften","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/rametta%2Fsoften","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rametta%2Fsoften/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rametta%2Fsoften/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rametta%2Fsoften/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rametta","download_url":"https://codeload.github.com/rametta/soften/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227564803,"owners_count":17787070,"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":["base64","blurry","gatsby","gatsby-image","image"],"created_at":"2024-12-02T09:16:12.140Z","updated_at":"2024-12-02T09:16:13.043Z","avatar_url":"https://github.com/rametta.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌫  Soften\n\nFor ~~all~~ *one* of your blurry image needs. [Demo](https://soften.surge.sh)\n\n![Blur Effect](https://i.imgur.com/BpFgQ3N.gif \"Blur Effect\")\n\n## Install\n\n`yarn add soften`\n\n## Use\n\n```js\nconst soften = require('soften')\n\nsoften({ filePath: 'path to image' })\n  .then(data =\u003e /* do stuff with data */)\n  .catch(e =\u003e console.error(e))\n```\n\nIf using with Gatsby Image\n```js\n\u003cImg\n  placeholderStyle={{ filter: 'blur(20px)' }}\n  imgStyle={{ transition: 'opacity .3s' }}\n  fluid={{\n    ...data // data from soften()\n    src: 'url to real image'\n  }}\n  critical={true}\n/\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frametta%2Fsoften","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frametta%2Fsoften","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frametta%2Fsoften/lists"}