-// Draws concentric circles. Each ring has its own color.
-const Circle = function (modulation, width, height, renderer) {
+/**
+ * Draws concentric circles. Each ring has its own color.
+ *
+ * @function CircleScreen
+ * @implements IScreen
+ */
+module.exports = function (modulation, width, height, renderer) {
+