文件名称:postr:生成有趣的源代码海报
文件大小:395KB
文件格式:ZIP
更新时间:2024-05-21 03:42:29
elixir poster phoenix-framework Elixir
海报 是一个非常简单的凤凰应用程序,基于的信息。 多亏了Pete Corey的辛勤工作,他在确定比例和缩放比例方面做得很辛苦。 Postr在后台使用Imagineer,但我避免使用xml_builder,而是手动构建SVG,以使其速度更快一些。 如果安装了imagemagick,它将自动将图像缩放到1.667x1 启动并运行 git clone git@github.com:techgaun/postr.git cd postr mix deps.get mix phoenix.server 转到 输入图像(PNG)的URL,然后将所需的源代码放入海报中。 生成SVG后,将下载文件postr.svg 。
【文件预览】:
postr-master
----mix.lock(3KB)
----.gitignore(570B)
----mix.exs(1KB)
----images()
--------postr.png(50KB)
----package.json(459B)
----phoenix_static_buildpack.config(436B)
----.fonts()
--------source-code-pro.semibold.ttf(101KB)
--------source-code-pro.regular.ttf(101KB)
--------source-code-pro.light.ttf(102KB)
--------source-code-pro.extralight.ttf(102KB)
--------source-code-pro.bold.ttf(101KB)
--------source-code-pro.black.ttf(101KB)
----.formatter.exs(84B)
----priv()
--------gettext()
----README.md(851B)
----web()
--------templates()
--------web.ex(1KB)
--------gettext.ex(696B)
--------static()
--------views()
--------channels()
--------controllers()
--------router.ex(542B)
----config()
--------test.exs(259B)
--------config.exs(830B)
--------prod.exs(2KB)
--------dev.exs(1KB)
----lib()
--------postr.ex(954B)
--------postr()
----brunch-config.js(2KB)
----elixir_buildpack.config(120B)
----test()
--------support()
--------views()
--------test_helper.exs(15B)
--------controllers()