/* eslint-disable max-len */ import React from 'react'; import { t } from 'ttag'; const Archive = () => (

{t`While we tend to not delete canvases, some canvases are started for fun or as a request by users who like a currently popular meme. Those canvases can become dull and inactive after a while, at which point there is no reason to keep them and we may decide to remove them.`}
{t`Here we collect removed canvases to archive them properly. Which is currently only one.`}

{t`Political Compass Canvas`}

political-compass

{t`This canvas got requested during a time of political conflicts on the main Earth canvas. It was a 1024x1024 representation of the political compass with a 5s cooldown and 60s stacking. It got launched on May 11th and remained active for months till it got shut down on November 30th.`}
{t`We decided to archive it as a timelapse with lossless encoded webm. Taking a screenshot from the timelapse results in a perfect 1:1 representation of how the canvas was at that time.`}

Timelapse: Download

political-compass
); export default Archive;